fix shit
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user