From 698495efc5525fa826d77e066ca100e0231f7664 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 1 Dec 2013 01:21:43 +0100 Subject: [PATCH] - fixed: missing return in playerinfo CCMD added. --- src/d_netinfo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/d_netinfo.cpp b/src/d_netinfo.cpp index 12fb187ae..c2fb88aaf 100644 --- a/src/d_netinfo.cpp +++ b/src/d_netinfo.cpp @@ -1018,6 +1018,7 @@ CCMD (playerinfo) if (!playeringame[i]) { Printf(TEXTCOLOR_ORANGE "Player %d is not in the game\n", i); + return; } // Print special info