demo fix
This commit is contained in:
parent
7ab27d51d2
commit
556366bf8f
@ -196,14 +196,14 @@ impl Rpc {
|
|||||||
let name: String = iter::repeat(()).map(|()| rng.sample(Alphanumeric)).take(8).collect();
|
let name: String = iter::repeat(()).map(|()| rng.sample(Alphanumeric)).take(8).collect();
|
||||||
let cryp = cryp_spawn(CrypSpawnParams { name }, tx, &account)?;
|
let cryp = cryp_spawn(CrypSpawnParams { name }, tx, &account)?;
|
||||||
|
|
||||||
|
let player = Player::new(account.id, Uuid::nil(), vec![]);
|
||||||
|
player_create(tx, &player, &account)?;
|
||||||
|
|
||||||
let res = RpcResponse {
|
let res = RpcResponse {
|
||||||
method: "account_create".to_string(),
|
method: "account_create".to_string(),
|
||||||
params: RpcResult::Account(account),
|
params: RpcResult::Account(account),
|
||||||
};
|
};
|
||||||
|
|
||||||
let player = Player::new(account.id, Uuid::nil(), vec![]);
|
|
||||||
player_create(tx, &player, &account)?;
|
|
||||||
|
|
||||||
return Ok(res);
|
return Ok(res);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user