1
0

Removed chat messages from console

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1082 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
luksor111@gmail.com 2012-12-20 06:46:15 +00:00
parent 05d71675f6
commit e176745781

View File

@ -765,7 +765,6 @@ void cClientHandle::HandleChat(const AString & a_Message)
a_Message.c_str()
);
m_Player->GetWorld()->BroadcastChat(Msg);
LOG("<%s> %s", m_Player->GetName().c_str(), a_Message.c_str());
}
}