Correction form review and checks

This commit is contained in:
GRL 2021-06-22 10:43:20 +02:00
parent 0cc7ed1647
commit 55d99b24f4
3 changed files with 11 additions and 4 deletions

View file

@ -80,7 +80,7 @@
};
quill.deleteText(0, quill.getLength());
gameScene.connection.emitGlobalMessage(GlobalMessage);
gameScene.connection?.emitGlobalMessage(GlobalMessage);
disableConsole();
}
</script>