quick bug fix for slist update seg

This commit is contained in:
Chris Ison 2001-06-09 15:42:22 +00:00
parent 8d3247ff00
commit 5b16c38974
1 changed files with 1 additions and 1 deletions

View File

@ -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);