geforkt von Mirrors/Paper
Fixed health on multiworld teleportation
Dieser Commit ist enthalten in:
Ursprung
864f8d2f0d
Commit
147e3d684d
@ -253,6 +253,7 @@ public class ServerConfigurationManager {
|
|||||||
entityplayer1.inventory = entityplayer.inventory;
|
entityplayer1.inventory = entityplayer.inventory;
|
||||||
entityplayer1.activeContainer = entityplayer.activeContainer;
|
entityplayer1.activeContainer = entityplayer.activeContainer;
|
||||||
entityplayer1.defaultContainer = entityplayer.defaultContainer;
|
entityplayer1.defaultContainer = entityplayer.defaultContainer;
|
||||||
|
entityplayer1.health = entityplayer.health;
|
||||||
}
|
}
|
||||||
|
|
||||||
worldserver.chunkProviderServer.getChunkAt((int) entityplayer1.locX >> 4, (int) entityplayer1.locZ >> 4);
|
worldserver.chunkProviderServer.getChunkAt((int) entityplayer1.locX >> 4, (int) entityplayer1.locZ >> 4);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren