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:
madmaxoft@gmail.com
2012-09-23 16:25:32 +00:00
parent 60c29274d3
commit 578c9c4694
6 changed files with 48 additions and 56 deletions
-2
View File
@@ -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));