forked from External/mage
MageServerImpl refactoring. More event logging.
This commit is contained in:
parent
a60c61cb00
commit
b9a65e7c62
8 changed files with 245 additions and 212 deletions
|
|
@ -22,4 +22,8 @@ public interface LogKeys {
|
|||
public static final String KEY_TABLE_CREATED = "tableCreated";
|
||||
|
||||
public static final String KEY_TOURNAMENT_TABLE_CREATED = "tournamentTableCreated";
|
||||
|
||||
public static final String KEY_WRONG_VERSION = "wrongVersion";
|
||||
|
||||
public static final String KEY_NOT_ADMIN = "notAdminRestrictedOperation";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue