--- deliantra/server/plugins/cfpython/include/cfpython.h 2006/02/03 07:14:19 1.1.1.1 +++ deliantra/server/plugins/cfpython/include/cfpython.h 2006/09/07 20:10:30 1.3 @@ -83,7 +83,7 @@ /* This plugin allows up to 1024 custom commands. */ #define NR_CUSTOM_CMD 1024 -PythonCmd CustomCommand[NR_CUSTOM_CMD]; +//extern PythonCmd CustomCommand[NR_CUSTOM_CMD]; #include #endif /* PLUGIN_PYTHON_H */