debug x4
This commit is contained in:
parent
e9dcfc890d
commit
46f92cdb22
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user