diff options
-rw-r--r-- | base/plugins.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index 6f2fefb8a2..f4f3d97332 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -276,7 +276,7 @@ void PluginManager::loadPlugins() { LINK_PLUGIN(SAGA) #endif #ifndef DISABLE_KYRA - //LINK_PLUGIN(KYRA) + LINK_PLUGIN(KYRA) #endif #endif |