Crashes on server
JayJay1989 opened this issue ยท 0 comments
Installed latest version, server crashes when it starts:
https://pastebin.com/hTrYjkSc
i think the client stuff is triggered when its not needed on the server.
Client event stuff should be done by:
DistExecutor.runWhenOn(Dist.CLIENT, () -> () -> this::setupClient());
It does not care about the @onlyin
tag