mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 22:59:27 +00:00
fix: add serde skip to new param
This commit is contained in:
parent
d6cadfbcdd
commit
2259372482
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ pub struct XvbPrivStats {
|
||||||
#[serde(skip)]
|
#[serde(skip)]
|
||||||
// so the hero mode can change between two decision of algorithm without restarting XvB.
|
// so the hero mode can change between two decision of algorithm without restarting XvB.
|
||||||
pub runtime_mode: RuntimeMode,
|
pub runtime_mode: RuntimeMode,
|
||||||
|
#[serde(skip)]
|
||||||
pub runtime_manual_amount: u64
|
pub runtime_manual_amount: u64
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue