diff --git a/src/application/enums.ts b/src/application/enums.ts index 85a412c..ef91b70 100644 --- a/src/application/enums.ts +++ b/src/application/enums.ts @@ -57,5 +57,5 @@ export enum SocketEvent { MAP_CHARACTER_JOIN = '3', MAP_CHARACTER_LEAVE = '2', MAP_CHARACTER_MOVE = '1', - CHAT_MESSAGE = '0', -} \ No newline at end of file + CHAT_MESSAGE = '0' +} diff --git a/src/components/game/gui/Chat.vue b/src/components/game/gui/Chat.vue index 8c19584..4bc8bc2 100644 --- a/src/components/game/gui/Chat.vue +++ b/src/components/game/gui/Chat.vue @@ -21,13 +21,13 @@