summaryrefslogtreecommitdiffstats
path: root/Client/Functions/Client_HandleHQAction.sqf
blob: b8e4e601b3f615779cdca58ad6b1052fc46bdfbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Private ['_hq'];
_hq = _this;

if (isNull _hq) exitWith {};

/* Lag Handler */
while {!isNull _hq} do {
	canBuildWHQ = false;
	sleep 0.21;
};

canBuildWHQ = true;