Refresh chairman wealth from company market state
This commit is contained in:
parent
5198f80cd9
commit
26a7a34ad0
3 changed files with 343 additions and 12 deletions
|
|
@ -315,6 +315,8 @@ pub fn project_save_slice_to_runtime_state_import(
|
|||
..RuntimeServiceState::default()
|
||||
},
|
||||
};
|
||||
let mut state = state;
|
||||
state.refresh_derived_market_state();
|
||||
state.validate()?;
|
||||
|
||||
Ok(RuntimeStateImport {
|
||||
|
|
@ -424,6 +426,8 @@ pub fn project_save_slice_overlay_to_runtime_state_import(
|
|||
..base_state.service_state.clone()
|
||||
},
|
||||
};
|
||||
let mut state = state;
|
||||
state.refresh_derived_market_state();
|
||||
state.validate()?;
|
||||
|
||||
Ok(RuntimeStateImport {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue