After the minecraft server crashes, the code is supposed to kill the process for the java server, but due to incorrect parameters being passed, the java process persists.
This could potentially be fixed by passing "SIGINT", "SIGQUIT" or "SIGTERM" to the kill function
After the minecraft server crashes, the code is supposed to kill the process for the java server, but due to incorrect parameters being passed, the java process persists.
This could potentially be fixed by passing "SIGINT", "SIGQUIT" or "SIGTERM" to the kill function