1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-30 16:19:11 +02:00

EssentialsSpawn and EssentialsChat should build now again

This commit is contained in:
snowleo
2012-01-02 22:38:47 +01:00
parent a20e96af4e
commit 41e0e64a5f
16 changed files with 216 additions and 39 deletions

View File

@@ -565,12 +565,6 @@ public class User extends UserBase implements IUser
return ess.getPermissionsHandler().canBuild(base, getGroup());
}
@Override
public Location getHome(Location loc) throws Exception
{
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public Location getHome(String name) throws Exception
{