flip coin
This commit is contained in:
parent
ad3635e275
commit
6f504acf12
4 changed files with 19 additions and 17 deletions
|
|
@ -92,7 +92,7 @@ fn main() {
|
|||
trace!("The game gas begun");
|
||||
}
|
||||
}
|
||||
ServerEvent::ClientDisconnected { client_id, reason } => {
|
||||
ServerEvent::ClientDisconnected { client_id, reason: _ } => {
|
||||
// First consume a disconnect event
|
||||
let event = store::GameEvent::PlayerDisconnected {
|
||||
player_id: client_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue