mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
edit names
This commit is contained in:
@@ -10,7 +10,8 @@ const PRIMITIVES = {
|
||||
USER_SIGNATURE_LENGTH: 25,
|
||||
INSTANCE_ID_LENGTH: 75,
|
||||
MAX_SPECTATORS: 25,
|
||||
MOCK_AUTH: 'mock_auth'
|
||||
MOCK_AUTH: 'mock_auth',
|
||||
MAX_PERSON_NAME_LENGTH: 40
|
||||
};
|
||||
|
||||
const LOG_LEVEL = {
|
||||
@@ -88,6 +89,7 @@ const SYNCABLE_EVENTS = function () {
|
||||
EVENT_IDS.KILL_PLAYER,
|
||||
EVENT_IDS.REVEAL_PLAYER,
|
||||
EVENT_IDS.TRANSFER_MODERATOR,
|
||||
EVENT_IDS.CHANGE_NAME,
|
||||
EVENT_IDS.END_GAME,
|
||||
EVENT_IDS.RESTART_GAME,
|
||||
EVENT_IDS.PLAYER_JOINED,
|
||||
|
||||
Reference in New Issue
Block a user