diff --git a/server/src/lib.rs b/server/src/lib.rs index b78915c31e..56c669c1ad 100644 --- a/server/src/lib.rs +++ b/server/src/lib.rs @@ -104,7 +104,7 @@ impl Server { let mut state = State::default(); state .ecs_mut() - .add_resource(SpawnPoint(Vec3::new(16_384.0, 16_384.0, 512.0))); + .add_resource(SpawnPoint(Vec3::new(16_384.0, 16_384.0, 190.0))); state .ecs_mut() .add_resource(EventBus::::default());