Viewdistance - Fix Error Missing )

This commit is contained in:
PabstMirror 2015-07-01 12:39:49 -05:00
parent 10ef88b655
commit 319e50a9cc

View File

@ -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 {