]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Default duration for active weapon msg in NIX mode
authorterencehill <piuntn@gmail.com>
Sat, 25 Jun 2011 20:08:45 +0000 (22:08 +0200)
committerterencehill <piuntn@gmail.com>
Sat, 25 Jun 2011 20:08:45 +0000 (22:08 +0200)
qcsrc/server/mutators/mutator_nix.qc

index f429115ff0ca7fd2b343bc9c03fa0026fb8a9cff..8b8ea91f36c4e077109ff917ff4358e5aea1c5a9 100644 (file)
@@ -101,7 +101,7 @@ void NIX_GiveCurrentWeapon()
                if(dt >= 1 && dt <= 5)
                        self.nix_lastinfotime = -42;
                else
-                       Send_CSQC_Centerprint_Generic(self, CPID_NIX_WPNCHANGE, strcat("^2Active weapon: ^3", W_Name(nix_weapon)), 2, 0);
+                       Send_CSQC_Centerprint_Generic(self, CPID_NIX_WPNCHANGE, strcat("^2Active weapon: ^3", W_Name(nix_weapon)), 0, 0);
        }
        if(self.nix_lastinfotime != dt)
        {