Review of changes asked to make code cleaner

This commit is contained in:
CEC
2022-04-13 16:58:03 +02:00
parent bf40bd2f3b
commit 26dc8dbbaf
5 changed files with 26 additions and 34 deletions
+1 -1
View File
@@ -486,7 +486,7 @@ export class IoSocketController {
} else if (ws.reason === "textureInvalid") {
socketManager.emitInvalidTextureMessage(ws);
} else if (ws.reason === "error") {
socketManager.emitErrorV2Message(
socketManager.emitErrorScreenMessage(
ws,
ws.error.type,
ws.error.code,