X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_netmaster.pas;h=8827515a57df2511acd331f678278cac7fe96e6b;hp=391d7729cf405f7e38ba25324f95318487e76af2;hb=a78f3861cff615c3679e1f4a80403e48106100b6;hpb=bb118168f4465ea81396ae6bbf2c11baaba6539e diff --git a/src/game/g_netmaster.pas b/src/game/g_netmaster.pas index 391d772..8827515 100644 --- a/src/game/g_netmaster.pas +++ b/src/game/g_netmaster.pas @@ -1574,7 +1574,8 @@ begin for I := Low(SL) to High(SL) do if (SL[I].PingAddr.host = SvAddr.host) and (SL[I].PingAddr.port = SvAddr.port) and - (SL[I].Port = tmpsv.Port) then + (SL[I].Port = tmpsv.Port) and + (SL[I].Name = tmpsv.Name) then begin tmpsv.IP := SL[I].IP; SL[I] := tmpsv;