]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/domination.qc
get rid of the grecord* stuff
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / domination.qc
index 3406d11711be6bb0cf684cbb5dc6d3dfac14ea2d..e6ff9f37a28a9b9499f0d4e778d3fe23cff2e6f4 100644 (file)
@@ -17,8 +17,8 @@ Note: The only teams who can use dom control points are identified by spawnfunc_
 
 #define DOMPOINTFRAGS frags
 
-float g_domination_point_amt;
-float g_domination_point_rate;
+.float g_domination_point_amt;
+.float g_domination_point_rate;
 
 .float enemy_playerid;
 .entity sprite;
@@ -77,7 +77,7 @@ void dompoint_captured ()
                wait_time = self.wait;
 
        bprint("^3", head.netname, "^3", self.message);
-       if (points > 1)
+       if (points != 1)
                bprint(" ^7(", ftos(points), " points every ", ftos(wait_time), " seconds)\n");
        else
                bprint(" ^7(", ftos(points), " point every ", ftos(wait_time), " seconds)\n");