This commit is contained in:
ntr
2019-05-15 19:06:26 +10:00
parent 6c4674d00b
commit aca772263a
4 changed files with 11 additions and 5 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
const toast = require('izitoast');
const cbor = require('borc');
const testGame = require('./test.game');
// const testGame = require('./test.game');
const SOCKET_URL = process.env.NODE_ENV === 'production' ? 'wss://cryps.gg/ws' : 'ws://localhost:40000';
@@ -311,7 +311,7 @@ function createSocket(events) {
events.setAccount(account);
sendAccountInstances();
sendAccountCryps();
console.log(testGame);
// console.log(testGame);
events.setGame(testGame(account.id));
clearGameStateTimeout();
}