diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-01-14 09:21:13 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-01-14 09:21:13 +0100 |
commit | 9fa8c4f45b36d81e35739f90969bfcd83761d2e6 (patch) | |
tree | 6a1f326114962c8ef5e5e0ec3bffc0e254f11bcd /source/Plugin.h | |
parent | Disabled dev / debugging plugins by default (diff) | |
download | cuberite-9fa8c4f45b36d81e35739f90969bfcd83761d2e6.tar cuberite-9fa8c4f45b36d81e35739f90969bfcd83761d2e6.tar.gz cuberite-9fa8c4f45b36d81e35739f90969bfcd83761d2e6.tar.bz2 cuberite-9fa8c4f45b36d81e35739f90969bfcd83761d2e6.tar.lz cuberite-9fa8c4f45b36d81e35739f90969bfcd83761d2e6.tar.xz cuberite-9fa8c4f45b36d81e35739f90969bfcd83761d2e6.tar.zst cuberite-9fa8c4f45b36d81e35739f90969bfcd83761d2e6.zip |
Diffstat (limited to 'source/Plugin.h')
-rw-r--r-- | source/Plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Plugin.h b/source/Plugin.h index 7cb82743e..bae6d39a2 100644 --- a/source/Plugin.h +++ b/source/Plugin.h @@ -88,6 +88,7 @@ public: */ virtual bool CanAddHook(cPluginManager::PluginHook a_Hook) { return false; } + // tolua_begin struct CommandStruct { AString Command; @@ -95,7 +96,6 @@ public: AString Permission; }; - // tolua_begin const AString & GetName(void) const { return m_Name; } void SetName(const AString & a_Name) { m_Name = a_Name; } |