prevent DNF

This commit is contained in:
Beu 2023-12-02 18:13:11 +01:00
parent 0daabfdb8f
commit dac6f3916f
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ if (S_TeamsConfig != "") {
UI.SendChat("$ff3You play for the team $fff"^ ClanId); UI.SendChat("$ff3You play for the team $fff"^ ClanId);
} }
} }
Race::SetRespawnBehaviour(Race::C_RespawnBehaviour_NeverGiveUp);
*** ***
***Match_PlayLoop*** ***Match_PlayLoop***