Uncomment terminate for scriptProcessor
This commit is contained in:
@@ -34,7 +34,7 @@ public class ServerHandler extends NetworkHandler {
|
||||
@Override
|
||||
protected void doDisconnect(int exitCode)
|
||||
{
|
||||
//scriptProcessor.terminate();
|
||||
scriptProcessor.terminate();
|
||||
host.removeConnection(this);
|
||||
super.doDisconnect(exitCode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user