Embers' Construct

Embers' Construct

95.5k Downloads

1.2.0 Server Crash

sumrex opened this issue ยท 1 comments

commented

Crashes on my server. You are calling a ClientProxy on the server according to this log.

crash-2020-03-30_02.04.35-server.txt

commented

Ahhh, dammit, I did not test it on a server but the mistake I did is pretty obvious, I autoregister the clientproxy and gets called serverside. So I just have to move the event and not autoregister the ClientProxy. I don't know what rode my mind when I wrote this.
(EXTRACT THIS)
I dont want to make a release for every little change, this version should fix the crash (This time I tested it on a local server ;D)
Just tell me that it works and I will close this Issue (If not send me the crash report of course)
EDIT: Changed file so that it is compatible with 1.2.0 and only the server has to change the file