diff options
author | Mattes D <github@xoft.cz> | 2014-11-18 08:52:48 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-11-18 08:52:48 +0100 |
commit | 9ece37e8f169f56ae670a02b9753cf12823d2df7 (patch) | |
tree | 00818f6c27413756b63be957faec29f4334a3ba4 /src/ClientHandle.h | |
parent | Fixed a wrong assert in cClientHandle::SetViewDistance(). (diff) | |
parent | Use cLuaState's stack trace. (diff) | |
download | cuberite-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.h | 3 |
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; |