From 5389a0400c60d1226ed15424b9b1898d4e98c20e Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Sun, 8 Sep 2013 00:29:38 -0500 Subject: [PATCH] revert 2 --- SQF/dayz_code/compile/local_lights_off.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/compile/local_lights_off.sqf b/SQF/dayz_code/compile/local_lights_off.sqf index 4a87dee6f..fb49a4609 100644 --- a/SQF/dayz_code/compile/local_lights_off.sqf +++ b/SQF/dayz_code/compile/local_lights_off.sqf @@ -4,7 +4,7 @@ */ private ["_objLightPoint","_rng","_nrstGen","_objHouse"]; _rng = _this select 0; -_rng=_rng+20; +_rng=_rng+5; _nrstGen = _this select 1; _objLightPoint = nearestObject [_nrstGen, "#lightpoint"];