This commit is contained in:
Ben Kyd
2021-04-14 00:10:50 +01:00
parent 7b24fb32c6
commit 0282337c4c
5 changed files with 11 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ function initMultiplayer()
socket.on('identify', (...args) => {
ConnectionState.innerHTML = 'Identify recived'
if (!sessionStorage.user)
if (!sessionStorage.user)
{
socket.disconnect();
ConnectionState.innerHTML = 'Identify cannot proceed, no user';