mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-23 08:22:58 +00:00
xd
This commit is contained in:
parent
8aa92d5894
commit
65e9bed30f
1 changed files with 3 additions and 0 deletions
|
|
@ -2731,7 +2731,10 @@ static void Got_Login(UINT8 **cp, INT32 playernum)
|
||||||
READMEM(*cp, sentmd5, 16);
|
READMEM(*cp, sentmd5, 16);
|
||||||
|
|
||||||
if (!adminpasswordset)
|
if (!adminpasswordset)
|
||||||
|
{
|
||||||
CONS_Printf(M_GetText("Password from %s failed (no password set).\n"), player_names[playernum]);
|
CONS_Printf(M_GetText("Password from %s failed (no password set).\n"), player_names[playernum]);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (client)
|
if (client)
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue