X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fweapon%2Fblaster.qc;h=2189c1db209d1d1d68b57949bdd8a5103183bb17;hb=2d5f6090a4faee9716a9c149b9ac6927cc3bb9db;hp=ac1540cd51fc860038f1f04072b55c75a40e5656;hpb=e57fd111a3279a4aa4789e2c72f9c819a56c7be9;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/weapons/weapon/blaster.qc b/qcsrc/common/weapons/weapon/blaster.qc index ac1540cd5..2189c1db2 100644 --- a/qcsrc/common/weapons/weapon/blaster.qc +++ b/qcsrc/common/weapons/weapon/blaster.qc @@ -1,8 +1,6 @@ #include "blaster.qh" #ifdef SVQC -spawnfunc(weapon_blaster) { weapon_defaultspawnfunc(this, WEP_BLASTER); } -spawnfunc(weapon_laser) { spawnfunc_weapon_blaster(this); } void W_Blaster_Touch(entity this, entity toucher) {