summaryrefslogtreecommitdiffstats
path: root/source/Plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Plugin.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/Plugin.cpp b/source/Plugin.cpp
index 968f8c1f6..3c2502617 100644
--- a/source/Plugin.cpp
+++ b/source/Plugin.cpp
@@ -535,6 +535,16 @@ bool cPlugin::HandleCommand(const AStringVector & a_Split, cPlayer * a_Player)
+bool cPlugin::HandleConsoleCommand(const AStringVector & a_Split)
+{
+ UNUSED(a_Split);
+ return false;
+}
+
+
+
+
+
AString cPlugin::GetLocalDirectory(void) const
{
return std::string("Plugins/") + m_Directory;