- add: money is now sent with the character data sent to the client
This commit is contained in:
@@ -124,6 +124,7 @@ impl CharacterService for MyCharacterService {
|
||||
let character = CharacterFull {
|
||||
character_id: get_character_response.id.to_string(),
|
||||
name: get_character_response.name.to_string(),
|
||||
money: get_character_response.money,
|
||||
position: serde_json::from_str(&get_character_response.position).unwrap(),
|
||||
looks: serde_json::from_str(&get_character_response.looks).unwrap(),
|
||||
stats: serde_json::from_str(&get_character_response.stats).unwrap(),
|
||||
|
||||
Reference in New Issue
Block a user