Fixed entity updating

This commit is contained in:
Dinnerbone
2011-02-06 23:47:44 +00:00
parent 7bdc190637
commit e9b1607fdc
3 changed files with 13 additions and 16 deletions

View File

@@ -92,7 +92,7 @@ public class ServerConfigurationManager {
}
public void b(EntityPlayer entityplayer) {
((WorldServer)entityplayer.world).c(entityplayer); // Craftbukkit
((WorldServer)entityplayer.world).manager.c(entityplayer); // Craftbukkit
}
public void c(EntityPlayer entityplayer) {