Fix master server token

This commit is contained in:
James R 2020-09-12 10:32:14 -07:00
parent 6609b90457
commit 8a687941fb

View file

@ -175,7 +175,7 @@ HMS_connect (const char *format, ...)
seek += sizeof "?v=2" - 1; seek += sizeof "?v=2" - 1;
if (quack_token) if (quack_token)
sprintf(&url[seek], "?token=%s", quack_token); sprintf(&url[seek], "&token=%s", quack_token);
CONS_Printf("HMS: connecting '%s'...\n", url); CONS_Printf("HMS: connecting '%s'...\n", url);