]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
looks like there was a missing return in VM_M_getserverliststat
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 4 Apr 2010 01:52:46 +0000 (01:52 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 4 Apr 2010 01:52:46 +0000 (01:52 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10065 d7cf8633-e32d-0410-b094-e92efae38249

mvm_cmds.c

index bc43c092af2d417427191e2461ec1d287ae15f55..fff5b3da616a4c69466c98b3cc2a1a111f980e28 100644 (file)
@@ -233,6 +233,7 @@ void VM_M_getserverliststat( void )
                return;
        case 1:
                PRVM_G_FLOAT ( OFS_RETURN ) = serverlist_cachecount;
+               return;
        case 2:
                PRVM_G_FLOAT ( OFS_RETURN ) = masterquerycount;
                return;