From 8b74d71d1f5cb363d3de2d7228c7a21a19729ec3 Mon Sep 17 00:00:00 2001 From: Zrax Date: Thu, 7 Apr 2011 14:07:24 -0700 Subject: [PATCH] Forgot one HAVE_CYPYTHONIDE area --- .../Sources/Plasma/FeatureLib/pfConsole/pfConsoleCommands.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsoleCommands.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsoleCommands.cpp index 63607d7c..1274e06d 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsoleCommands.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsoleCommands.cpp @@ -7024,6 +7024,7 @@ PF_CONSOLE_CMD( Python, // Group name } #ifndef LIMIT_CONSOLE_COMMANDS +#ifdef HAVE_CYPYTHONIDE PF_CONSOLE_CMD( Python, UsePythonDebugger, "", @@ -7031,6 +7032,7 @@ PF_CONSOLE_CMD( Python, { PythonInterface::UsePythonDebugger(true); } +#endif #include "../pfMessage/pfBackdoorMsg.h"