mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update EPOCH_isBuildAllowed.sqf
This commit is contained in:
parent
2418d08ee5
commit
24f57dd9a5
@ -99,8 +99,6 @@ if !(_jammer isEqualTo []) then {
|
|||||||
if(count Epoch_my_Group > 0)then{
|
if(count Epoch_my_Group > 0)then{
|
||||||
_membercount = count (Epoch_my_Group select 3) + count (Epoch_my_Group select 4)
|
_membercount = count (Epoch_my_Group select 3) + count (Epoch_my_Group select 4)
|
||||||
};
|
};
|
||||||
};
|
|
||||||
if (_useGroupCountLimits) then {
|
|
||||||
_storageCountLimit = _storageCountLeader + (_storageCountPerMember * _membercount);
|
_storageCountLimit = _storageCountLeader + (_storageCountPerMember * _membercount);
|
||||||
_buildingCountLimit = _buildingCountLeader + (_buildingCountPerMember * _membercount);
|
_buildingCountLimit = _buildingCountLeader + (_buildingCountPerMember * _membercount);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user