Skip to content

Commit b882205

Browse files
authored
Merge pull request #157 from Entih/patch-1
Bugfix
2 parents 2976e2c + d12a4fa commit b882205

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/overthrow_main/functions/UI/dialogs/fn_resistanceDialog.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ _damaged = owners getVariable ["damagedBuildings",[]];
5252
private _lease = 0;
5353
{
5454
_x params ["_id","_cls","_pos","_town"];
55-
if (!_id in _damaged) then {
55+
if !(_id in _damaged) then {
5656
private _data = [_cls,_town] call OT_fnc_getRealEstateData;
5757
_tl = (_data select 2);
5858
_lease = _lease + _tl;

0 commit comments

Comments
 (0)