]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/overkill/rpc.qh
Merge branch 'Lyberta/Survival' into Lyberta/master
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / overkill / rpc.qh
index c1c032b18a1ea39579cfd12ef014f85dae76c3ef..ccfd9a279faccf8f55be1c23d05d881d2b1f02d7 100644 (file)
@@ -58,3 +58,7 @@ CLASS(RocketPropelledChainsaw, Weapon)
 
 ENDCLASS(RocketPropelledChainsaw)
 REGISTER_WEAPON(RPC, rpc, NEW(RocketPropelledChainsaw));
+
+#ifdef SVQC
+spawnfunc(weapon_rpc);
+#endif