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