]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.c
fix sky drawing really this tiem
[xonotic/darkplaces.git] / cmd.c
diff --git a/cmd.c b/cmd.c
index 9e4059e5f351145309b3f25fef5dd25398fa144a..d68a289a90822fad3396b7c471fa483ee89a30f2 100644 (file)
--- a/cmd.c
+++ b/cmd.c
@@ -1633,7 +1633,6 @@ void Cmd_ExecuteString (const char *text, cmd_source_t src)
                                        Con_Printf("Command \"%s\" can not be executed\n", Cmd_Argv(0));
                                found = true;
                                goto command_found;
-                               break;
                        case src_client:
                                if (cmd->clientfunction)
                                {