diff options
Diffstat (limited to 'pixel-client/src/game.rs')
-rw-r--r-- | pixel-client/src/game.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pixel-client/src/game.rs b/pixel-client/src/game.rs index cbcc62d5..cfac7082 100644 --- a/pixel-client/src/game.rs +++ b/pixel-client/src/game.rs @@ -91,6 +91,7 @@ impl Game { name: config.username.clone(), class: PlayerClass::Chef, character: 0, + position: None, }); Self { |