]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_hook.qc
give all weapon files a w_function
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_hook.qc
index ffec6ac71241f82e6b7a4451bb43d9124cc2d956..2b639024488cce4a96a914739c3fa779e29c632b 100644 (file)
@@ -251,5 +251,9 @@ float w_hook(float req)
 };
 #endif
 #ifdef CSQC
+float w_hook(float req)
+{
+       return TRUE;
+}
 #endif
 #endif