mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Grammar
This commit is contained in:
parent
28c8aba9bd
commit
c81446400c
@ -19,7 +19,7 @@ class ACE_Settings {
|
|||||||
};
|
};
|
||||||
class GVAR(simulateForEveryone) {
|
class GVAR(simulateForEveryone) {
|
||||||
displayName = "Enabled For Everyone";
|
displayName = "Enabled For Everyone";
|
||||||
description = "Enables advanced ballistics for all non local players (keep this disabled if you encounter frame drops during heavy firefights in multiplayer)";
|
description = "Enables advanced ballistics for all non local players (enabling this may degrade performance during heavy firefights in multiplayer)";
|
||||||
typeName = "BOOL";
|
typeName = "BOOL";
|
||||||
value = 0;
|
value = 0;
|
||||||
};
|
};
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<English>Enabled For Everyone</English>
|
<English>Enabled For Everyone</English>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_ACE_AdvancedBallistics_simulateForEveryone_Description">
|
<Key ID="STR_ACE_AdvancedBallistics_simulateForEveryone_Description">
|
||||||
<English>Enables advanced ballistics for all non local players (keep this disabled if you encounter frame drops during heavy firefights in multiplayer)</English>
|
<English>Enables advanced ballistics for all non local players (enabling this may degrade performance during heavy firefights in multiplayer)</English>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_ACE_AdvancedBallistics_disabledInFullAutoMod_DisplayName">
|
<Key ID="STR_ACE_AdvancedBallistics_disabledInFullAutoMod_DisplayName">
|
||||||
<English>Disabled In FullAuto Mode</English>
|
<English>Disabled In FullAuto Mode</English>
|
||||||
|
Loading…
Reference in New Issue
Block a user