diff --git a/server/src/lib.rs b/server/src/lib.rs index 33267b2584..3b98f194ce 100644 --- a/server/src/lib.rs +++ b/server/src/lib.rs @@ -76,7 +76,7 @@ impl Server { state.ecs_mut().register::(); state .ecs_mut() - .add_resource(SpawnPoint(Vec3::new(16_384.0, 16_384.0, 150.0))); + .add_resource(SpawnPoint(Vec3::new(16_384.0, 16_384.0, 280.0))); let mut this = Self { state,