Update vanilla maintain

Vanilla commit:

997b8bac9a
This commit is contained in:
ebaydayz
2016-10-29 15:56:47 -04:00
parent 0be3a8522e
commit 9a4afbfc43

View File

@@ -107,6 +107,9 @@ if (_startMaintenance) then {
PVDZ_object_replace = [_cursorTarget]; PVDZ_object_replace = [_cursorTarget];
publicVariableServer "PVDZ_object_replace"; publicVariableServer "PVDZ_object_replace";
}; };
_cursorTarget setVariable["Maintenance",true,true];
localize "str_maintenanceDone" call dayz_rollingMessages; localize "str_maintenanceDone" call dayz_rollingMessages;
}; };