From 455defd681b0c74cfe90b6c5eb08e86cc84b6e21 Mon Sep 17 00:00:00 2001 From: KyleSanderson Date: Sat, 8 Feb 2014 12:18:58 -0700 Subject: [PATCH] Enable PluginSys and HandleSys. --- Extension/sdk/smsdk_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Extension/sdk/smsdk_config.h b/Extension/sdk/smsdk_config.h index dd5c17e..497c47a 100644 --- a/Extension/sdk/smsdk_config.h +++ b/Extension/sdk/smsdk_config.h @@ -60,7 +60,7 @@ /** Enable interfaces you want to use here by uncommenting lines */ #define SMEXT_ENABLE_FORWARDSYS -//#define SMEXT_ENABLE_HANDLESYS +#define SMEXT_ENABLE_HANDLESYS #define SMEXT_ENABLE_PLAYERHELPERS //#define SMEXT_ENABLE_DBMANAGER #define SMEXT_ENABLE_GAMECONF @@ -71,7 +71,7 @@ #define SMEXT_ENABLE_LIBSYS //#define SMEXT_ENABLE_MENUS //#define SMEXT_ENABLE_ADTFACTORY -//#define SMEXT_ENABLE_PLUGINSYS +#define SMEXT_ENABLE_PLUGINSYS //#define SMEXT_ENABLE_ADMINSYS //#define SMEXT_ENABLE_TEXTPARSERS //#define SMEXT_ENABLE_USERMSGS