auto restart system
parent
4f7d8ad6a6
commit
3deca3a8bf
|
@ -118,6 +118,8 @@ public class SocketClientMessageListener implements KraSocketClientEventInterfac
|
|||
|
||||
if (serviceInfoSnapshots != null) {
|
||||
serviceInfoSnapshots.forEach(serviceInfoSnapshot -> {
|
||||
System.out.println("containsKey" + playersAutoRestartServerSystem.containsKey(
|
||||
serviceInfoSnapshot.getName()));
|
||||
if (!playersAutoRestartServerSystem.containsKey(serviceInfoSnapshot.getName())) {
|
||||
serviceInfoSnapshot.provider().stop();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue