mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
Fixed entity updating
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user