This commit is contained in:
icomrade
2014-06-01 03:29:44 -04:00
parent 77d835289b
commit 6b9b176736
10 changed files with 25 additions and 25 deletions

View File

@@ -17,7 +17,7 @@ _newObjects = [];
};
_newObjects set [count _newObjects,_type];
};
} count _currentObjects;
} forEach _currentObjects;
//Compare current loadout with old loadout
_newObjects = [];
@@ -31,6 +31,6 @@ _newObjects = [];
};
_newObjects set [count _newObjects,_type];
};
} count _checkObjects;
} forEach _checkObjects;
_change;