mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
saving properly
This commit is contained in:
@@ -166,7 +166,7 @@ if (_characterID != "0") then {
|
|||||||
_temp = round(_character getVariable ["temperature",100]);
|
_temp = round(_character getVariable ["temperature",100]);
|
||||||
_currentState = [_currentWpn,_currentAnim,_temp];
|
_currentState = [_currentWpn,_currentAnim,_temp];
|
||||||
if(DZE_FriendlySaving) then {
|
if(DZE_FriendlySaving) then {
|
||||||
_currentState set [(count _currentState),(_character getVariable ["friendlyTo",[]])];
|
_currentState set [(count _currentState),(_character getVariable ["friendlies",[]])];
|
||||||
};
|
};
|
||||||
/*
|
/*
|
||||||
Everything is ready, now publish to HIVE
|
Everything is ready, now publish to HIVE
|
||||||
|
|||||||
Reference in New Issue
Block a user