removed the turns debug info and done some more logic

This commit is contained in:
Ben
2021-05-10 17:31:10 +01:00
parent 5d9221827b
commit 4cc96b201e
5 changed files with 57 additions and 422 deletions

View File

@@ -271,7 +271,8 @@ function netSkipTurn()
function onTurnError(socket, args)
{
console.log(args);
console.log('error', args);
alert('Error in your turn: ' + args.error);
}
function onturnProcessed(socket, args)