mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
update for database provider specific migrations
fix issues with live radar
This commit is contained in:
@ -334,7 +334,7 @@ namespace IW4MAdmin
|
||||
// possible a connect/reconnect game event before we get to process it here
|
||||
// it appears that new games decide to switch client slots between maps (even if the clients aren't disconnecting)
|
||||
// bots can have duplicate names which causes conflicting GUIDs
|
||||
else if (existingClient != null && existingClient.ClientNumber != E.Origin.ClientNumber &&
|
||||
if (existingClient != null && existingClient.ClientNumber != E.Origin.ClientNumber &&
|
||||
!E.Origin.IsBot)
|
||||
{
|
||||
ServerLogger.LogWarning(
|
||||
|
Reference in New Issue
Block a user