saving properly

This commit is contained in:
Zac Surplice
2013-10-29 14:51:49 +11:00
parent 9b158aa62e
commit 850229ffee

View File

@@ -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