accounts are back

This commit is contained in:
ntr
2019-06-16 14:24:05 +10:00
parent 66462ac670
commit 2b06c83ea0
4 changed files with 103 additions and 86 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ function createSocket(events) {
// when the server sends a reply it will have one of these message types
// this object wraps the reply types to a function
const handlers = {
Account: onAccount,
AccountState: onAccount,
AccountConstructs: onAccountConstructs,
AccountInstances: onAccountInstances,
GameState: onGameState,