diff options
Diffstat (limited to 'src/Entities')
-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(); } |