]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - mvm_cmds.c
looks like there was a missing return in VM_M_getserverliststat
[xonotic/darkplaces.git] / 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;