mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 20:31:30 +00:00
Fix master server token
This commit is contained in:
parent
6609b90457
commit
8a687941fb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue