You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[STDOUT] [net.minecraft.server.players.PlayerList] respawning player - current player container is net.minecraft.world.inventory.ContainerPlayer@42958eff but their inventory is net.minecraft.world.inventory.ContainerPlayer@42958eff
Is it normal? Because it's referencing same inventory but it says "but" in log. Like it was expected something else.
The text was updated successfully, but these errors were encountered:
It is normal, once again it is just debug logs I was using to figure out concurrency bugs, but I haven't removed them because it could be useful to track down other bugs
Player Container = the current player's open container (a chest, furnace, etc)
Player Inventory = the instance of the player's inventory (the menu that shows up when you open your own inventory)
[STDOUT] [net.minecraft.server.players.PlayerList] respawning player - current player container is net.minecraft.world.inventory.ContainerPlayer@42958eff but their inventory is net.minecraft.world.inventory.ContainerPlayer@42958eff
Is it normal? Because it's referencing same inventory but it says "but" in log. Like it was expected something else.
The text was updated successfully, but these errors were encountered: