mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'crabman/airship-fix' into 'master'
Update rtsim vehicle position on unload See merge request veloren/veloren!4122
This commit is contained in:
commit
1b07c198ad
@ -8,7 +8,7 @@ use common::{
|
||||
mounting::VolumePos,
|
||||
rtsim::{Actor, ChunkResource, RtSimEntity, RtSimVehicle, VehicleId, WorldSettings},
|
||||
};
|
||||
use common_ecs::dispatch;
|
||||
use common_ecs::{dispatch, System};
|
||||
use common_state::BlockDiff;
|
||||
use crossbeam_channel::{unbounded, Receiver, Sender};
|
||||
use enum_map::EnumMap;
|
||||
@ -294,5 +294,5 @@ pub struct LoadedChunkState {
|
||||
}
|
||||
|
||||
pub fn add_server_systems(dispatch_builder: &mut DispatcherBuilder) {
|
||||
dispatch::<tick::Sys>(dispatch_builder, &[]);
|
||||
dispatch::<tick::Sys>(dispatch_builder, &[&common_systems::phys::Sys::sys_name()]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user