mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
Fix: Allow players to pick team when joining server. (#591)
Co-authored-by: Edo <edoardo.sanguineti222@gmail.com>
This commit is contained in:
parent
b2fadb9d06
commit
84895be72a
@ -1551,7 +1551,7 @@ callback_playerconnect()
|
||||
thread kickifdontspawn();
|
||||
return;
|
||||
}
|
||||
else if ( !maps\mp\_utility::matchmakinggame() && maps\mp\_utility::allowteamchoice() )
|
||||
else if ( maps\mp\_utility::allowteamchoice() && !isbot( self ) )
|
||||
{
|
||||
maps\mp\gametypes\_menus::menuspectator();
|
||||
thread setuioptionsmenu( 1 );
|
||||
|
Loading…
Reference in New Issue
Block a user