summaryrefslogtreecommitdiffstats
path: root/source/PluginManager.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/PluginManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/PluginManager.h b/source/PluginManager.h
index 653f0c432..86e357e91 100644
--- a/source/PluginManager.h
+++ b/source/PluginManager.h
@@ -166,10 +166,10 @@ public: // tolua_export
AString GetCommandPermission(const AString & a_Command); // tolua_export
/// Executes the command, as if it was requested by a_Player. Checks permissions first. Returns true if executed.
- bool ExecuteCommand(cPlayer * a_Player, const AString & a_Command);
+ bool ExecuteCommand(cPlayer * a_Player, const AString & a_Command); // tolua_export
/// Executes the command, as if it was requested by a_Player. Permisssions are not checked. Returns true if executed (false if not found)
- bool ForceExecuteCommand(cPlayer * a_Player, const AString & a_Command);
+ bool ForceExecuteCommand(cPlayer * a_Player, const AString & a_Command); // tolua_export
private:
friend class cRoot;