summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaWindow.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2017-01-09 15:56:16 +0100
committerGitHub <noreply@github.com>2017-01-09 15:56:16 +0100
commitf62711f97cd8b337ca4823bb6d1834f324762fc7 (patch)
treeb50c1f2e89f1fc6f8b3c41097d9eae7690d291fd /src/Bindings/LuaWindow.h
parentAdded 1.11 smelting recipes and fuels (#3526) (diff)
downloadcuberite-f62711f97cd8b337ca4823bb6d1834f324762fc7.tar
cuberite-f62711f97cd8b337ca4823bb6d1834f324762fc7.tar.gz
cuberite-f62711f97cd8b337ca4823bb6d1834f324762fc7.tar.bz2
cuberite-f62711f97cd8b337ca4823bb6d1834f324762fc7.tar.lz
cuberite-f62711f97cd8b337ca4823bb6d1834f324762fc7.tar.xz
cuberite-f62711f97cd8b337ca4823bb6d1834f324762fc7.tar.zst
cuberite-f62711f97cd8b337ca4823bb6d1834f324762fc7.zip
Diffstat (limited to 'src/Bindings/LuaWindow.h')
-rw-r--r--src/Bindings/LuaWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bindings/LuaWindow.h b/src/Bindings/LuaWindow.h
index 5f987d4c6..d90d52a94 100644
--- a/src/Bindings/LuaWindow.h
+++ b/src/Bindings/LuaWindow.h
@@ -60,7 +60,7 @@ protected:
/** Contents of the non-inventory part */
cItemGrid m_Contents;
- /** The Lua state that has opened the window and owns the m_LuaRef */
+ /** The canon Lua state that has opened the window and owns the m_LuaRef */
cLuaState * m_LuaState;
/** The Lua callback to call when the window is closing for any player */