Emi cheat mode can trigger UWRAD and kick player
liangmoe opened this issue ยท 4 comments
I tested both fabric and forge emi, and this would only happened with emi forge
Producs stepes: install forge emi and UWRAD, cheat item from emi's tab and get kicked
lates.log: https://mclo.gs/pDR4D3P
javaw.exe.2024.04.16.-.14.07.37.25.DVR_2.mp4
I'm unclear how this could be possible, EMI's packet application is handled by Forge's executor which has docs that promise the code is executed on the "main thread". Is this a bug in forge?
The call to handler.accept
here is not wrapped in an execute
call.
Oh this does not extend to neo. Why does forge have distinct read and application events if it's not going to wrap your application in an execute??