diff options
author | Mattes D <github@xoft.cz> | 2014-10-23 22:49:17 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-10-23 22:49:17 +0200 |
commit | 4df924cf4b774b68fc7cc6b144e82e47c9fe4444 (patch) | |
tree | 454cee2b4b47387ba19e7537de3d5d699be7f9fe /src/Protocol/Protocol18x.cpp | |
parent | Fixed a crash in redstone simulator. (diff) | |
parent | Use 3 priorities. (diff) | |
download | cuberite-4df924cf4b774b68fc7cc6b144e82e47c9fe4444.tar cuberite-4df924cf4b774b68fc7cc6b144e82e47c9fe4444.tar.gz cuberite-4df924cf4b774b68fc7cc6b144e82e47c9fe4444.tar.bz2 cuberite-4df924cf4b774b68fc7cc6b144e82e47c9fe4444.tar.lz cuberite-4df924cf4b774b68fc7cc6b144e82e47c9fe4444.tar.xz cuberite-4df924cf4b774b68fc7cc6b144e82e47c9fe4444.tar.zst cuberite-4df924cf4b774b68fc7cc6b144e82e47c9fe4444.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/Protocol18x.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Protocol/Protocol18x.cpp b/src/Protocol/Protocol18x.cpp index 8445e8f26..8170a494f 100644 --- a/src/Protocol/Protocol18x.cpp +++ b/src/Protocol/Protocol18x.cpp @@ -2160,6 +2160,7 @@ void cProtocol180::HandlePacketClientSettings(cByteBuffer & a_ByteBuffer) HANDLE_READ(a_ByteBuffer, ReadChar, char, SkinFlags); m_Client->SetLocale(Locale); + m_Client->SetViewDistance(ViewDistance); // TODO: Handle other values } |