Bug fixes

This commit is contained in:
okvdai
2023-06-08 13:43:27 +02:00
parent b2cb958673
commit 40f1af931e
@@ -372,8 +372,6 @@ void function StartPrivateMatch( var button )
return
ClientCommand( "StartPrivateMatchSearch" )
NSSetLoading(true)
NSUpdateListenServer()
}
void function DoRoomInviteIfAllowed( var button )
@@ -1628,4 +1626,4 @@ void function Lobby_SetFDModeBasedOnSearching( string playlistToSearch )
}
Lobby_SetFDMode( isFDMode )
}
}