This commit is contained in:
Louis-Antoine 2018-06-04 22:30:27 +02:00
parent 91081a3e53
commit c389c0b3dc

View file

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