PaperMC/patches
Nassim Jahnke 225c95025b
Hotfix double entity removal making entity scheduler retire call
The assumption that the setRemoved method will never be called more than once is flawed, considering even vanilla code seems to indicate it might happen. Especially with plugins, throwing an exception is not something reasonably maintainable across all the places it *could* happen.
If it is called a second time after already having been removed due to changing dimensions, that's definitely bad, so no extra check for that
Fixes #9420
2023-06-29 17:41:32 +02:00
..
api Deprecate duplicate chat completion methods (#9401) 2023-06-27 10:18:59 +02:00
removed Finish updating chunk system patch 2023-06-08 16:04:53 -07:00
server Hotfix double entity removal making entity scheduler retire call 2023-06-29 17:41:32 +02:00