aboutsummaryrefslogtreecommitdiff
path: root/server/bot
diff options
context:
space:
mode:
Diffstat (limited to 'server/bot')
-rw-r--r--server/bot/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/bot/src/main.rs b/server/bot/src/main.rs
index 918be7e1..56eedc13 100644
--- a/server/bot/src/main.rs
+++ b/server/bot/src/main.rs
@@ -59,6 +59,7 @@ fn main() -> Result<()> {
character: args.character,
class: PlayerClass::Bot,
id: None,
+ position: None,
});
let mut bots = Vec::new();