]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_tuba.qc
fix some more magicear bugs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_tuba.qc
index 32a796075dfbec4076a0e476b47a9787749a8c36..355975bec9371c1388f061f5a893e33b7c756167 100644 (file)
@@ -94,8 +94,6 @@ float W_Tuba_HasPlayed(entity pl, string melody, float instrument, float ignorep
                        }
                }
 
-               //print(ftos(mmin), " ... ", ftos(mmax), "\n");
-
                if(mmin > mmax) // rhythm fail
                        return FALSE;
        }