diff options
Diffstat (limited to 'pixel-client/src/game.rs')
-rw-r--r-- | pixel-client/src/game.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixel-client/src/game.rs b/pixel-client/src/game.rs index f34920dc..32760364 100644 --- a/pixel-client/src/game.rs +++ b/pixel-client/src/game.rs @@ -498,7 +498,7 @@ impl Player { ctx.draw_world( match self._class { PlayerClass::Chef | PlayerClass::Bot => &ctx.misc_textures.chef, - PlayerClass::Customer => &ctx.misc_textures.customer, + _ => &ctx.misc_textures.customer, } .at(self.movement.position), ); |