1.0.2.3 RC2

This commit is contained in:
[VB]AWOL
2013-09-19 13:53:47 -05:00
parent 3d8adb9145
commit 757d8016fe
3 changed files with 8 additions and 8 deletions

View File

@@ -159,7 +159,7 @@ if ((count _upgrade) > 0) then {
cutText [format["You have upgraded %1.",_text], "PLAIN DOWN", 5];
};
dayzSwapObj = [_objectCharacterID,_object,[_dir,_location],_classname,_objectID,_objectUID,_obj];
dayzSwapObj = [_objectCharacterID,_object,[_dir,_location],_classname,_obj,_objectID,_objectUID];
publicVariableServer "dayzSwapObj";
player reveal _object;