Adjusted default spawn height for now

This commit is contained in:
Acrimon 2019-08-05 20:32:22 +02:00
parent fea6b2e776
commit 1c22f380b0

View File

@ -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.