mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Forgot one HAVE_CYPYTHONIDE area
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user