mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-15 12:02:49 +01:00
Fixing a serious issue caused by SpaceManiac. All his fault.
This commit is contained in:
parent
147e3d684d
commit
ce6524d453
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ public class ServerConfigurationManager {
|
|||
entityplayer1.inventory = entityplayer.inventory;
|
||||
entityplayer1.activeContainer = entityplayer.activeContainer;
|
||||
entityplayer1.defaultContainer = entityplayer.defaultContainer;
|
||||
entityplayer1.health = entityplayer.health;
|
||||
entityplayer1.health = entityplayer.health;
|
||||
}
|
||||
|
||||
worldserver.chunkProviderServer.getChunkAt((int) entityplayer1.locX >> 4, (int) entityplayer1.locZ >> 4);
|
||||
|
|
Loading…
Add table
Reference in a new issue