Paper/patches
Nassim Jahnke 3e7890be06 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 01:18:59 -07:00
server Hotfix double entity removal making entity scheduler retire call 2023-06-29 17:41:32 +02:00