Forogt the return :P
This commit is contained in:
parent
1183f2922e
commit
f362e5ce75
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue