From 9ee7eef2919feffe4e0695494d4027e8ec011808 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 3 Jun 2025 19:45:05 +0200 Subject: Add pedestrians (and custom spawn locations) --- pixel-client/src/game.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'pixel-client/src') 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 { -- cgit v1.2.3-70-g09d2