1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-27 08:24:44 +02:00
This commit is contained in:
snowleo
2011-12-06 16:35:30 +01:00
parent 58237a796a
commit 2851a4634c

View File

@@ -14,5 +14,5 @@ public interface IJail extends IReload
void sendToJail(IUser user, String jail) throws Exception;
void setJail(Location loc, String jailName) throws Exception;
void setJail(String jailName, Location loc) throws Exception;
}