Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log of respawning player #6

Closed
rudde0 opened this issue Dec 4, 2023 · 2 comments
Closed

log of respawning player #6

rudde0 opened this issue Dec 4, 2023 · 2 comments

Comments

@rudde0
Copy link

rudde0 commented Dec 4, 2023

[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.

@MrPowerGamerBR
Copy link
Member

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)

@rudde0
Copy link
Author

rudde0 commented Dec 4, 2023

ok, thanks for the information

@rudde0 rudde0 closed this as completed Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants