This commit is contained in:
Michael Wain 2024-07-13 18:35:43 +03:00
parent e9dcfc890d
commit 46f92cdb22

View File

@ -67,7 +67,7 @@ public class GameRoom extends Thread {
log.info("GameRoomManagerState: yup");
Arrays.stream(GameState.values()).forEach(s -> {
try {
log.info("GameRoomMgr: {}", s);
log.info("GameRoomMgr: {}; {}; {}; {}", s, s.getAllowedRequests(), s.getManagerClass(), s.isAllowedDialog());
this.manager.put(s, s.getManagerClass().getDeclaredConstructor().newInstance(this));
} catch (Exception e) {
log.error(e.getMessage());