diff --git a/src/game/state/login.rs b/src/game/state/login.rs index 3233c1a..a148872 100644 --- a/src/game/state/login.rs +++ b/src/game/state/login.rs @@ -82,7 +82,7 @@ impl Game { name: username.clone(), password: pass, created: Utc::now(), - location: self.config.starting_location.clone(), + location: self.config.player.starting_location.clone(), }; if self.db.single_save_player(token, &player).is_ok() {