Traincraft

Traincraft

1M Downloads

crach on server side

quentfr21 opened this issue ยท 1 comments

commented

hello

after build the latest commint to see the new admin book the server crach because it try to launch guiscreen on server side (just for head up)

Minecraft.getMinecraft().displayGuiScreen(new GUIAdminBook(message.datacsv));

thanks

commented

Awesome find, I should do more testing with separate server and client instances.

Funny enough the problem wasn't because it tried to load the screen itself on server, but rather that it tried to load it's class, which wouldn't exist on server.