]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
remove a dbeug print
authorRudolf Polzer <divverent@alientrap.org>
Tue, 28 Sep 2010 19:18:19 +0000 (21:18 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Tue, 28 Sep 2010 19:18:19 +0000 (21:18 +0200)
qcsrc/server/g_triggers.qc

index 44782894424346d5a5cfa4e2ff5f834dc15f87d0..c582594693dcbcec79372490c49eddfcbc1bc91b 100644 (file)
@@ -1966,7 +1966,7 @@ void relay_activators_use()
                        trg.setactive(os.cnt);
                else
                {
-                       bprint("Not using setactive\n");
+                       //bprint("Not using setactive\n");
                        if(os.cnt == ACTIVE_TOGGLE)
                                if(trg.active == ACTIVE_ACTIVE)
                                        trg.active = ACTIVE_NOT;