mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Adjusted default spawn height for now
This commit is contained in:
parent
a301908654
commit
05cf8d190f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user