team update

This commit is contained in:
ntr
2019-07-30 13:25:06 +10:00
parent 3fcbedb5e3
commit 17c2c9708c
2 changed files with 3 additions and 20 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ impl Connection {
Ok(RpcMessage::ConstructSpawn(mtx::new_construct(&mut tx, account)?)),
RpcRequest::MtxConstructApply { mtx, construct_id, name } =>
Ok(RpcMessage::AccountConstructs(mtx::apply(&mut tx, account, mtx, construct_id, name)?)),
Ok(RpcMessage::AccountTeam(mtx::apply(&mut tx, account, mtx, construct_id, name)?)),
RpcRequest::MtxBuy { mtx } =>
Ok(RpcMessage::AccountShop(mtx::buy(&mut tx, account, mtx)?)),