Force save after building and maintain

This commit is contained in:
icomrade
2016-09-19 13:48:27 -04:00
parent 5f33fd3ef5
commit 91e5e875c2
4 changed files with 6 additions and 3 deletions

View File

@@ -102,6 +102,7 @@ _upgradeParts = [];
player removeMagazine _x;
};
} count _requiredParts;
call player_forceSave;
if (!_ok) exitWith {
{ player addMagazine _x; } foreach _upgradeParts;