auto restart system

master
Alex 2021-12-28 00:02:12 +01:00
parent 984537d155
commit 1365316d2a
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ public class SocketClientMessageListener implements KraSocketClientEventInterfac
.getServiceTask("Lobby");
if (serviceTask != null) {
System.out.println("serviceTask " + serviceTask.getName());
playersAutoRestartServerSystem.put(serviceTask.getName(), null);
ServiceInfoSnapshot serviceInfoSnapshot = ServiceConfiguration.builder(serviceTask)