Update EPOCH_isBuildAllowed.sqf

This commit is contained in:
He-Man 2016-12-10 20:53:52 +01:00 committed by GitHub
parent 2418d08ee5
commit 24f57dd9a5

View File

@ -99,8 +99,6 @@ if !(_jammer isEqualTo []) then {
if(count Epoch_my_Group > 0)then{
_membercount = count (Epoch_my_Group select 3) + count (Epoch_my_Group select 4)
};
};
if (_useGroupCountLimits) then {
_storageCountLimit = _storageCountLeader + (_storageCountPerMember * _membercount);
_buildingCountLimit = _buildingCountLeader + (_buildingCountPerMember * _membercount);
};