diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2021-06-29 00:40:28 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2021-07-06 22:33:03 +0200 |
commit | 06a2b1211b7241acce8dfbfebc9eed19a987708c (patch) | |
tree | 2a6dd0aa8439bbf826a032d1cff64249dabadc35 /src/Entities/Player.cpp | |
parent | Remove some unused typedefs (diff) | |
download | cuberite-06a2b1211b7241acce8dfbfebc9eed19a987708c.tar cuberite-06a2b1211b7241acce8dfbfebc9eed19a987708c.tar.gz cuberite-06a2b1211b7241acce8dfbfebc9eed19a987708c.tar.bz2 cuberite-06a2b1211b7241acce8dfbfebc9eed19a987708c.tar.lz cuberite-06a2b1211b7241acce8dfbfebc9eed19a987708c.tar.xz cuberite-06a2b1211b7241acce8dfbfebc9eed19a987708c.tar.zst cuberite-06a2b1211b7241acce8dfbfebc9eed19a987708c.zip |
Diffstat (limited to 'src/Entities/Player.cpp')
-rw-r--r-- | src/Entities/Player.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Entities/Player.cpp b/src/Entities/Player.cpp index cb548daba..db64d2e1d 100644 --- a/src/Entities/Player.cpp +++ b/src/Entities/Player.cpp @@ -3120,9 +3120,6 @@ void cPlayer::OnRemoveFromWorld(cWorld & a_World) // Clear sent chunk lists from the clienthandle: m_ClientHandle->RemoveFromWorld(); - - // The clienthandle caches the coords of the chunk we're standing at. Invalidate this. - m_ClientHandle->InvalidateCachedSentChunk(); } |