diff --git a/server/src/lib.rs b/server/src/lib.rs index 5b16e6d0ec..f5006897c3 100644 --- a/server/src/lib.rs +++ b/server/src/lib.rs @@ -89,7 +89,7 @@ impl Server { let mut state = State::default(); state .ecs_mut() - .add_resource(SpawnPoint(Vec3::new(16_384.0, 16_384.0, 380.0))); + .add_resource(SpawnPoint(Vec3::new(16_384.0, 16_384.0, 512.0))); state.ecs_mut().add_resource(EventBus::default()); // Set starting time for the server.