summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-11-18 08:52:48 +0100
committerMattes D <github@xoft.cz>2014-11-18 08:52:48 +0100
commit9ece37e8f169f56ae670a02b9753cf12823d2df7 (patch)
tree00818f6c27413756b63be957faec29f4334a3ba4 /src/ClientHandle.h
parentFixed a wrong assert in cClientHandle::SetViewDistance(). (diff)
parentUse cLuaState's stack trace. (diff)
downloadcuberite-9ece37e8f169f56ae670a02b9753cf12823d2df7.tar
cuberite-9ece37e8f169f56ae670a02b9753cf12823d2df7.tar.gz
cuberite-9ece37e8f169f56ae670a02b9753cf12823d2df7.tar.bz2
cuberite-9ece37e8f169f56ae670a02b9753cf12823d2df7.tar.lz
cuberite-9ece37e8f169f56ae670a02b9753cf12823d2df7.tar.xz
cuberite-9ece37e8f169f56ae670a02b9753cf12823d2df7.tar.zst
cuberite-9ece37e8f169f56ae670a02b9753cf12823d2df7.zip
Diffstat (limited to 'src/ClientHandle.h')
-rw-r--r--src/ClientHandle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h
index 8d241c1e7..f195b6be7 100644
--- a/src/ClientHandle.h
+++ b/src/ClientHandle.h
@@ -438,6 +438,9 @@ private:
/** Client Settings */
AString m_Locale;
+
+ /** The positions from the last sign that the player placed. It's needed to verify the sign text change. */
+ Vector3i m_LastPlacedSign;
/** The plugin channels that the client has registered. */
cChannels m_PluginChannels;