From 03eb4932172b8076a9b81c13b43ab51568973218 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Sun, 17 Nov 2013 19:39:30 -0600 Subject: [PATCH] not needed --- SQF/dayz_code/compile/player_switchModel.sqf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SQF/dayz_code/compile/player_switchModel.sqf b/SQF/dayz_code/compile/player_switchModel.sqf index 220c2cf63..14dbe6194 100644 --- a/SQF/dayz_code/compile/player_switchModel.sqf +++ b/SQF/dayz_code/compile/player_switchModel.sqf @@ -205,7 +205,9 @@ diag_log str(getMagazineCargo unitBackpack _newUnit); player setVariable ["bodyName",dayz_playerName,true]; + /* _playerUID=getPlayerUID player; _playerObjName = format["player%1",_playerUID]; call compile format["%1 = player;",_playerObjName]; - publicVariable _playerObjName; \ No newline at end of file + publicVariable _playerObjName; + */ \ No newline at end of file