diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2014-06-17 13:27:04 +0200 |
---|---|---|
committer | STRWarrior <niels.breuker@hotmail.nl> | 2014-06-17 13:27:04 +0200 |
commit | 8928310fd8308c583609edd1cb111276ffe79f8e (patch) | |
tree | 154bf03eac2ed2c00eed42df793d9bfe2dc0c967 /src/Bindings/PluginManager.h | |
parent | Fixed a copypasta error in WormNestCaves generator settings. (diff) | |
download | cuberite-8928310fd8308c583609edd1cb111276ffe79f8e.tar cuberite-8928310fd8308c583609edd1cb111276ffe79f8e.tar.gz cuberite-8928310fd8308c583609edd1cb111276ffe79f8e.tar.bz2 cuberite-8928310fd8308c583609edd1cb111276ffe79f8e.tar.lz cuberite-8928310fd8308c583609edd1cb111276ffe79f8e.tar.xz cuberite-8928310fd8308c583609edd1cb111276ffe79f8e.tar.zst cuberite-8928310fd8308c583609edd1cb111276ffe79f8e.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 be40bd2f7..0b0498280 100644 --- a/src/Bindings/PluginManager.h +++ b/src/Bindings/PluginManager.h @@ -321,7 +321,7 @@ private: /** Adds the plugin into the internal list of plugins and initializes it. If initialization fails, the plugin is removed again. */ bool AddPlugin(cPlugin * a_Plugin); - /** Tries to match a_Command to the internal table of commands, if a match is found, the corresponding plugin is called. Returns true if the command is handled. */ + /** Tries to match a_Command to the internal table of commands, if a match is found, the corresponding plugin is called. Returns true if the command is executed. */ bool HandleCommand(cPlayer * a_Player, const AString & a_Command, bool a_ShouldCheckPermissions, bool & a_WasCommandForbidden); bool HandleCommand(cPlayer * a_Player, const AString & a_Command, bool a_ShouldCheckPermissions) { |