mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 04:11:18 +00:00
xd
This commit is contained in:
parent
91081a3e53
commit
c389c0b3dc
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);
|
||||
|
||||
if (!adminpasswordset)
|
||||
{
|
||||
CONS_Printf(M_GetText("Password from %s failed (no password set).\n"), player_names[playernum]);
|
||||
return;
|
||||
}
|
||||
|
||||
if (client)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue