mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 02:02:04 -07:00
Fixed exp resetting upon teleporting cross-world (fixes BUKKIT-46. Again.)
This commit is contained in:
@@ -703,6 +703,7 @@ public class ServerConfigurationManager {
|
||||
public void updateClient(EntityPlayer entityplayer) {
|
||||
entityplayer.updateInventory(entityplayer.defaultContainer);
|
||||
entityplayer.s_();
|
||||
entityplayer.cf = -1; // CraftBukkit added
|
||||
}
|
||||
|
||||
public int getPlayerCount() {
|
||||
|
Reference in New Issue
Block a user