]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix typo
authorRudolf Polzer <divverent@alientrap.org>
Sun, 17 Oct 2010 14:34:10 +0000 (16:34 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 17 Oct 2010 14:34:10 +0000 (16:34 +0200)
qcsrc/server/t_items.qc

index 07cc60223e4740926ee3b0dccae354498b41a19b..ba0cb8bb3e00c9873fcad5ada9cede5d344a61d8 100644 (file)
@@ -1052,7 +1052,7 @@ void weapon_defaultspawnfunc(float wpn)
                        {
                                ammofield = Item_CounterField(j);
                                if(!self.ammofield)
-                                       self.ammofield = cvar(strcat("g_pickup_", Item_CounterFieldName(j)), "_weapon");
+                                       self.ammofield = cvar(strcat("g_pickup_", Item_CounterFieldName(j), "_weapon"));
                        }
                }
        }