some more progress on character stuff but its really hard
This commit is contained in:
parent
5cdfe71528
commit
e8291e15d9
5 changed files with 22 additions and 3 deletions
|
@ -162,7 +162,7 @@ impl GameServer {
|
|||
if self.users.get(&id).map(|a| *a).unwrap_or(false) {
|
||||
let new_id = self.game.create_character();
|
||||
// return the new id with the character i think
|
||||
|
||||
_ = broadcast.send((Some(id), api::Response::CharacterCreated(new_id)));
|
||||
}
|
||||
},
|
||||
api::Request::Quit => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue