Implemented OfflinePlayer

This commit is contained in:
Dinnerbone
2011-09-03 00:41:48 +01:00
parent fe0cd5405b
commit 0206757029
3 changed files with 16 additions and 2 deletions

View File

@@ -47,6 +47,9 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
} else {
server.getHandle().f(getName());
}
perm.recalculatePermissions();
perm.calculatePermissions();
}
public boolean isPlayer() {