diff options
Diffstat (limited to 'src/Chunk.cpp')
-rw-r--r-- | src/Chunk.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Chunk.cpp b/src/Chunk.cpp index 7bb496a5c..215de2c7c 100644 --- a/src/Chunk.cpp +++ b/src/Chunk.cpp @@ -1749,8 +1749,6 @@ void cChunk::RemoveClient(cClientHandle * a_Client) a_Client->SendDestroyEntity(*Entity); } } - - return; } |