Forogt the return :P

This commit is contained in:
NepDisk 2025-09-01 14:05:02 -04:00
parent 1183f2922e
commit f362e5ce75

View file

@ -3748,6 +3748,7 @@ static void Command_ScoreboardAdd(void)
if (!server)
{
CONS_Printf(M_GetText("Only the server can use this.\n"));
return;
}
if (COM_Argc() < 2)