]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/overkill/rpc.qh
Random items: Added proper overkill support.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / overkill / rpc.qh
index 560f7f4fa4313cdb68a2b69f1dc0306a696b96e0..a107da39b19908c85fa42b601b63ac9084d64562 100644 (file)
@@ -45,3 +45,7 @@ CLASS(RocketPropelledChainsaw, Weapon)
 
 ENDCLASS(RocketPropelledChainsaw)
 REGISTER_WEAPON(RPC, rpc, NEW(RocketPropelledChainsaw));
+
+#ifdef SVQC
+spawnfunc(weapon_rpc);
+#endif