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

@@ -76,8 +76,8 @@ _maintain = {
if (Z_SingleCurrency) then {
player setVariable[Z_MoneyVariable,(_wealth - _amount),true];
call player_forceSave;
};
call player_forceSave;
PVDZE_maintainArea = [player,1,_this select 0];
publicVariableServer "PVDZE_maintainArea";