mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-23 16:40:50 +03:00
Split up save function
This commit is contained in:
@@ -52,9 +52,8 @@ if (_classname isKindOf "Bag_Base_EP1") exitWith {
|
||||
|
||||
waitUntil { !isNull (unitBackpack player) };
|
||||
uiSleep 0.03;
|
||||
|
||||
PVDZ_plr_Save = [player,nil,dayz_onBack];
|
||||
publicVariableServer "PVDZ_plr_Save";
|
||||
|
||||
call player_regularSave;
|
||||
};
|
||||
|
||||
_config = (configFile >> _type >> _classname);
|
||||
|
||||
Reference in New Issue
Block a user