Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-16 21:10:17 +01:00
Fixing a serious issue caused by SpaceManiac. All his fault.
Dieser Commit ist enthalten in:
Ursprung
147e3d684d
Commit
ce6524d453
@ -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);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren