Crash when using item user on thut's elevator
kappa-maintainer opened this issue ยท 2 comments
Steps to reproduce: build a working thut's elevator (guide book can get by crafting device linker with a book), click the button with item user
Crash report: https://paste.dimdev.org/osecikatox.mccrash
Relative source code: thut
It seems I need to make my SafeFakePlayer
even more safe by also giving it a FakeNetworkConnection
(that would simply void all packets attempted to send to it).
B.d.w. I really appreciate that you linked the source code as well. This way it only took me like 3 minutes to figure out the cause of the issue from starting to read it.