summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.cpp
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2013-12-15 18:54:54 +0100
committerSTRWarrior <niels.breuker@hotmail.nl>2013-12-15 18:54:54 +0100
commit0efd74f114dad98c4fadc0318718f2e0203bca8b (patch)
tree1211414d56a59c73d61c1d6cf7c1b9765f40fbbb /src/ClientHandle.cpp
parentAPIDump: Documented New functions (diff)
downloadcuberite-0efd74f114dad98c4fadc0318718f2e0203bca8b.tar
cuberite-0efd74f114dad98c4fadc0318718f2e0203bca8b.tar.gz
cuberite-0efd74f114dad98c4fadc0318718f2e0203bca8b.tar.bz2
cuberite-0efd74f114dad98c4fadc0318718f2e0203bca8b.tar.lz
cuberite-0efd74f114dad98c4fadc0318718f2e0203bca8b.tar.xz
cuberite-0efd74f114dad98c4fadc0318718f2e0203bca8b.tar.zst
cuberite-0efd74f114dad98c4fadc0318718f2e0203bca8b.zip
Diffstat (limited to 'src/ClientHandle.cpp')
-rw-r--r--src/ClientHandle.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp
index d585eccf1..0d70b2a2b 100644
--- a/src/ClientHandle.cpp
+++ b/src/ClientHandle.cpp
@@ -1765,8 +1765,6 @@ void cClientHandle::SendEntityStatus(const cEntity & a_Entity, char a_Status)
void cClientHandle::SendEntityVelocity(const cEntity & a_Entity)
{
- ASSERT(a_Entity.GetUniqueID() != m_Player->GetUniqueID()); // Must not send for self
-
m_Protocol->SendEntityVelocity(a_Entity);
}