Update local_lights_init.sqf

Comment out debug player hint.
This commit is contained in:
Andrew Gregory
2013-09-02 23:17:00 +01:00
parent e4408384e0
commit 7f98db1330

View File

@@ -63,7 +63,7 @@ do
for [{_i=0}, {_i<3}, {_i=_i+1}]do{_waitcmd=_waitcmd+format["%1",_wait select _i];if(_i<2)then{_waitcmd=_waitcmd+"&&";};};
call compile format ["waitUntil {%1}",_waitcmd];
}else{
hint "Lights Off";
//hint "Lights Off";
_hndlDelLights = [_rngGen,_x] spawn axeDeleteLights;
waitUntil {scriptDone _hndlDelLights};
};