diff options
Diffstat (limited to 'source/cFurnaceEntity.cpp')
-rw-r--r-- | source/cFurnaceEntity.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/cFurnaceEntity.cpp b/source/cFurnaceEntity.cpp index 0f51f4ade..7ad088586 100644 --- a/source/cFurnaceEntity.cpp +++ b/source/cFurnaceEntity.cpp @@ -85,8 +85,6 @@ void cFurnaceEntity::Destroy() void cFurnaceEntity::UsedBy(cPlayer * a_Player) { - LOG("Used a furnace"); - if (GetWindow() == NULL) { OpenWindow(new cFurnaceWindow(m_PosX, m_PosY, m_PosZ, this)); |