]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Dewopsyfy the dewopsyfication
authorJakob MG <jakob_mg@hotmail.com>
Sat, 25 Aug 2012 21:32:34 +0000 (23:32 +0200)
committerJakob MG <jakob_mg@hotmail.com>
Sat, 25 Aug 2012 21:32:34 +0000 (23:32 +0200)
qcsrc/server/mutators/mutator_superspec.qc

index c5c901cce11015d2ab8a161b24069850566df055..409e8a8671aaabc5638f6d617ffb1e8fd7653d47 100644 (file)
@@ -25,7 +25,7 @@ MUTATOR_HOOKFUNCTION(superspec_ItemTouch)
        
        FOR_EACH_SPEC(self)
        {
-               centerprint(self, sprintf("Player %s^7 just grabbed a ^3%s\n", other.netname, _item.classname));
+               //centerprint(self, sprintf("Player %s^7 just grabbed a ^3%s\n", other.netname, _item.classname));
                
                if( (self.autospec_flags & ASF_SHIELD && _item.invincible_finished) ||
                        (self.autospec_flags & ASF_STRENGTH && _item.strength_finished) ||
@@ -98,7 +98,7 @@ MUTATOR_HOOKFUNCTION(superspec_SV_ParseClientCommand)
 #undef SPECOCLR
 
                centerprint(self, _aspeco);
-               return TRUE;
+               return TRUE;dfd
        }
        
        if(cmd_name == "followpowerup")