Added ability to relay server commands

This commit is contained in:
Bryan Roe 2021-01-27 10:54:20 -08:00
parent fe9baf0e8f
commit aff5bfb8f7
1 changed files with 4 additions and 0 deletions

View File

@ -136,6 +136,10 @@ function handleServerCommand(data)
}
}
}
else
{
console.log(JSON.stringify(data, null, 1));
}
}
// Called when the server connection state changes