practice rpc
This commit is contained in:
@@ -15,7 +15,7 @@ const addState = connect(
|
||||
const { ws, constructs, team } = state;
|
||||
|
||||
function sendConstructSpawn(name) {
|
||||
return ws.sendMtxConstructBuy(name);
|
||||
return ws.sendMtxConstructSpawn(name);
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user