mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-07 02:21:46 +00:00
signs now become finalized if: - the player quits and rejoins (because the entity runtime ID of the player will not be the same) - the chunk is unloaded and reloaded (because the tagged entity runtime ID is not saved). closes #4198