practice rpc

This commit is contained in:
ntr
2019-07-27 19:24:52 +10:00
parent fb84e1becf
commit 66223033b0
14 changed files with 286 additions and 309 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const addState = connect(
const { ws, constructs, team } = state;
function sendConstructSpawn(name) {
return ws.sendMtxConstructBuy(name);
return ws.sendMtxConstructSpawn(name);
}
return {