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