Uncomment terminate for scriptProcessor

This commit is contained in:
Flare Microsystems
2024-11-13 08:51:12 -08:00
parent 16b66b6094
commit f768ec0aa5

View File

@@ -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);
}