working on character stuff
This commit is contained in:
parent
50976d0f3f
commit
5cdfe71528
5 changed files with 48 additions and 2 deletions
|
@ -162,6 +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
|
||||
|
||||
}
|
||||
},
|
||||
api::Request::Quit => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue