diff options
author | Mattes D <github@xoft.cz> | 2015-03-11 22:43:52 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-03-11 22:43:52 +0100 |
commit | 439eb8d6cb111fdc336c95aec497a8eb9ddf2df1 (patch) | |
tree | a8ceefb71e807fa5b0acba588e07737086ea8d1c /src/Bindings/PluginManager.h | |
parent | Merge pull request #1804 from mc-server/streamlinetravis (diff) | |
parent | Fixed coding conventions for Pull Request #1807 (diff) | |
download | cuberite-439eb8d6cb111fdc336c95aec497a8eb9ddf2df1.tar cuberite-439eb8d6cb111fdc336c95aec497a8eb9ddf2df1.tar.gz cuberite-439eb8d6cb111fdc336c95aec497a8eb9ddf2df1.tar.bz2 cuberite-439eb8d6cb111fdc336c95aec497a8eb9ddf2df1.tar.lz cuberite-439eb8d6cb111fdc336c95aec497a8eb9ddf2df1.tar.xz cuberite-439eb8d6cb111fdc336c95aec497a8eb9ddf2df1.tar.zst cuberite-439eb8d6cb111fdc336c95aec497a8eb9ddf2df1.zip |
Diffstat (limited to 'src/Bindings/PluginManager.h')
-rw-r--r-- | src/Bindings/PluginManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bindings/PluginManager.h b/src/Bindings/PluginManager.h index c8b4de9d6..4efcbb6f3 100644 --- a/src/Bindings/PluginManager.h +++ b/src/Bindings/PluginManager.h @@ -284,7 +284,7 @@ public: bool IsConsoleCommandBound(const AString & a_Command); // tolua_export /** Executes the command split into a_Split, as if it was given on the console. Returns true if executed. Output is sent to the a_Output callback */ - bool ExecuteConsoleCommand(const AStringVector & a_Split, cCommandOutputCallback & a_Output); + bool ExecuteConsoleCommand(const AStringVector & a_Split, cCommandOutputCallback & a_Output, const AString & a_Command); /** Appends all commands beginning with a_Text (case-insensitive) into a_Results. If a_Player is not nullptr, only commands for which the player has permissions are added. |