summaryrefslogtreecommitdiffstats
path: root/source/Entity.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-10-06 21:00:03 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-10-06 21:00:03 +0200
commit770486d2e11356951aaabcae53995b924eaf8510 (patch)
treee81c1f5651b352771fc75a1ad0c5cf3c813c87c1 /source/Entity.cpp
parentFixed player respawning crashing the server. (diff)
downloadcuberite-770486d2e11356951aaabcae53995b924eaf8510.tar
cuberite-770486d2e11356951aaabcae53995b924eaf8510.tar.gz
cuberite-770486d2e11356951aaabcae53995b924eaf8510.tar.bz2
cuberite-770486d2e11356951aaabcae53995b924eaf8510.tar.lz
cuberite-770486d2e11356951aaabcae53995b924eaf8510.tar.xz
cuberite-770486d2e11356951aaabcae53995b924eaf8510.tar.zst
cuberite-770486d2e11356951aaabcae53995b924eaf8510.zip
Diffstat (limited to '')
-rw-r--r--source/Entity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Entity.cpp b/source/Entity.cpp
index 6bc5dfc39..9bc0b3ae2 100644
--- a/source/Entity.cpp
+++ b/source/Entity.cpp
@@ -50,7 +50,7 @@ cEntity::cEntity(const double & a_X, const double & a_Y, const double & a_Z)
cEntity::~cEntity()
{
- LOG("Deleting entity %d at pos {%.2f, %.2f} ~ [%d, %d]; ptr %p",
+ LOGD("Deleting entity %d at pos {%.2f, %.2f} ~ [%d, %d]; ptr %p",
m_UniqueID,
m_Pos.x, m_Pos.z,
(int)(m_Pos.x / cChunkDef::Width), (int)(m_Pos.z / cChunkDef::Width),