changed Makefile; build all commands as an own file
[NeonServV5.git] / cmd_neonserv_god.c
index 54c61630767efcef00c48d6c24eff45a84e34614..96abaa62a45e798fcdd1f79c1923e89961919762 100644 (file)
@@ -1,9 +1,11 @@
 
+#include "cmd_neonserv.h"
+
 /*
 * argv[0]    (optional) on/off
 */
 
-static CMD_BIND(neonserv_cmd_god) {
+CMD_BIND(neonserv_cmd_god) {
     if(argc > 0) {
         if(!strcmp(argv[0], "0") || !stricmp(argv[0], "off") || !stricmp(argv[0], get_language_string(user, "NS_SET_OFF"))) {
             if(isGodMode(user)) {