mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Fix death when changing clothes + minor changes
removing the Respawn EH fixes this, I haven't noticed any adverse effects from removing it yet. Also changing groups now deletes the old group. The machine which the group is local to must execute the deleteGroup command, the server previously had to wait until the player disconnects to delete their empty groups.
This commit is contained in:
@@ -27,8 +27,7 @@ _friendlies = player getVariable ["friendlies",[]];
|
||||
_tagSetting = player getVariable ["DZE_display_name",false];
|
||||
|
||||
//Switch
|
||||
_switch = _model spawn player_switchModel;
|
||||
waitUntil { scriptDone _switch };
|
||||
_model call player_switchModel; //Already spawned thread, no need to spawn and waitUntil script is done
|
||||
|
||||
//Login
|
||||
|
||||
|
||||
Reference in New Issue
Block a user