Added bAllowFlyerSpeedLeveling

This commit is contained in:
Brett Hewitson 2021-06-06 12:28:28 +10:00
parent 11465f9850
commit dd5dc25f7e
3 changed files with 11 additions and 0 deletions

View file

@ -1441,6 +1441,8 @@
<sys:String x:Key="ServerSettings_EnableAllowCaveFlyersTooltip">If enabled, allows Flyers into caves.</sys:String>
<sys:String x:Key="ServerSettings_AllowFlyingStaminaRecoveryLabel">Allow Flying Stamina Recovery</sys:String>
<sys:String x:Key="ServerSettings_AllowFlyingStaminaRecoveryTooltip">If enabled, recovers stamina while standing on a flyer.</sys:String>
<sys:String x:Key="ServerSettings_AllowFlyerSpeedLevelingLabel">Allow Flyer Speed Leveling</sys:String>
<sys:String x:Key="ServerSettings_AllowFlyerSpeedLevelingTooltip">If enabled, allows the leveling of flyer movement speed.</sys:String>
<sys:String x:Key="ServerSettings_PreventMateBoostLabel">Prevent Dino Mate Boost</sys:String>
<sys:String x:Key="ServerSettings_PreventMateBoostTooltip">If enabled, the dino mate boost will be disabled.</sys:String>
<sys:String x:Key="ServerSettings_ForceFlyerExplosivesLabel">Disable Force Ground Flyer with Explosives</sys:String>