]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/itemstime.qc
common: move instagib and nexball as they add custom items and weapons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / itemstime.qc
index 1d615b7c0607623312b7f4ad95978cb27f53f6cb..170862ad306f1bf5e20634e00a4f5b1d9560373d 100644 (file)
@@ -1,3 +1,4 @@
+#ifdef IMPLEMENTATION
 REGISTER_MUTATOR(itemstime, true);
 
 #ifdef SVQC
@@ -388,3 +389,4 @@ void HUD_ItemsTime()
 }
 
 #endif
+#endif