mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Viewdistance - Fix Error Missing )
This commit is contained in:
parent
10ef88b655
commit
319e50a9cc
@ -4,7 +4,7 @@ if (!hasInterface) exitWith {};
|
||||
|
||||
["SettingsInitialized", {
|
||||
// if not enabled, then bugger off.
|
||||
if !(GVAR(enabled) exitWith {};
|
||||
if !(GVAR(enabled)) exitWith {};
|
||||
|
||||
// Force the view distance down to the limit.
|
||||
if (viewDistance > GVAR(limitViewDistance)) then {
|
||||
|
Loading…
Reference in New Issue
Block a user