NodeMC / CORE

Core of NodeMC, including stock dashboard and setup files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't restart after server crash

dougharris opened this issue · comments

I'm running spigot 1.9 and had a crash. I tried both the stop and restart buttons on the NodeMC UI but neither worked. It looks like this is because both of those assume that the server is still running and NodeMC tries to write to the existing log output:

 serverSpawnProcess.stdin.write('say [NodeMC] Restarting server!\n');

Will investigate, thanks for raising the issue. This didn't come up in my testing. Expect a bugfix by tomorrow.

Fixed as of commit #25f8182