mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
quick bug fix for slist update seg
This commit is contained in:
parent
8d3247ff00
commit
5b16c38974
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ SL_MasterUpdate(void)
|
|||
char data[] = "c\n";
|
||||
|
||||
SL_Del_All(slist);
|
||||
|
||||
slist = NULL;
|
||||
NET_StringToAdr ("qwmaster.ocrana.de:27000", &addy);
|
||||
NET_SendPacket (3, data, addy);
|
||||
NET_StringToAdr ("qwmaster.barrysworld.com:27000", &addy);
|
||||
|
|
Loading…
Reference in a new issue