This commit is contained in:
Mashy
2019-07-26 21:30:20 +10:00
parent abd35b8bef
commit f295235b52
3 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const addState = connect(
const { ws, constructs, team } = state;
function sendConstructSpawn(name) {
return ws.sendConstructSpawn(name);
return ws.sendMtxConstructBuy(name);
}
return {