Fixed issue when settings Item Stat Clamps.

ru-RU Translation file updated.
This commit is contained in:
Brett Hewitson 2021-06-18 21:42:59 +10:00
parent 8c836af61f
commit 045254b8c3
4 changed files with 53 additions and 13 deletions

View file

@ -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);