mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Fixed issue when settings Item Stat Clamps.
ru-RU Translation file updated.
This commit is contained in:
parent
8c836af61f
commit
045254b8c3
4 changed files with 53 additions and 13 deletions
|
|
@ -55,6 +55,14 @@ namespace ServerManagerTool.Lib
|
|||
this.ClearNullableValue(MOTDIntervalProperty);
|
||||
this.ClearNullableValue(MaxTributeDinosProperty);
|
||||
this.ClearNullableValue(MaxTributeItemsProperty);
|
||||
this.ClearNullableValue(ItemStatClamps_GenericQualityProperty);
|
||||
this.ClearNullableValue(ItemStatClamps_ArmorProperty);
|
||||
this.ClearNullableValue(ItemStatClamps_MaxDurabilityProperty);
|
||||
this.ClearNullableValue(ItemStatClamps_WeaponDamagePercentProperty);
|
||||
this.ClearNullableValue(ItemStatClamps_WeaponClipAmmoProperty);
|
||||
this.ClearNullableValue(ItemStatClamps_HypothermalInsulationProperty);
|
||||
this.ClearNullableValue(ItemStatClamps_WeightProperty);
|
||||
this.ClearNullableValue(ItemStatClamps_HyperthermalInsulationProperty);
|
||||
this.ClearNullableValue(OverrideMaxExperiencePointsPlayerProperty);
|
||||
this.ClearNullableValue(OverrideMaxExperiencePointsDinoProperty);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue