Tweaked logging.
Less output for UI. More output for player pos confirming (FS #245) and for player spawning git-svn-id: http://mc-server.googlecode.com/svn/trunk@875 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user