This commit is contained in:
ntr
2019-04-17 12:32:58 +10:00
parent 9217cf2a91
commit 1874db2902
4 changed files with 22 additions and 3 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ const addState = connect(
const { game, instance, ws, account } = state;
if (!game) {
console.log('clear gs interval');
// ws.clearGameStateInterval();
ws.clearGameStateTimeout();
}
return { game, instance, account };