]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Revert "weapon_railgun should spawn a nex, not a sniper rifle!", as this makes too...
authorRudolf Polzer <divverent@alientrap.org>
Wed, 12 Jan 2011 19:56:11 +0000 (20:56 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 12 Jan 2011 19:56:11 +0000 (20:56 +0100)
This reverts commit 0feb3f010f53745c4dace50688554354b6972b9f.

qcsrc/server/t_quake3.qc

index 603a189724db1827bd529abcb7a6ecca5a2da2e4..11bf880e60bf102b1d992c25698e8ff471973fbd 100644 (file)
@@ -23,7 +23,7 @@ void spawnfunc_weapon_plasmagun()    { spawnfunc_weapon_hagar();        }
 void spawnfunc_ammo_cells()          { spawnfunc_item_rockets();        }
 
 // Rail -> Rifle
-void spawnfunc_weapon_railgun()      { spawnfunc_weapon_nex();  }
+void spawnfunc_weapon_railgun()      { spawnfunc_weapon_sniperrifle();  }
 void spawnfunc_ammo_slugs()          { spawnfunc_item_bullets();        }
 
 // BFG -> Crylink