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:
parent
05d71675f6
commit
e176745781
@ -765,7 +765,6 @@ void cClientHandle::HandleChat(const AString & a_Message)
|
|||||||
a_Message.c_str()
|
a_Message.c_str()
|
||||||
);
|
);
|
||||||
m_Player->GetWorld()->BroadcastChat(Msg);
|
m_Player->GetWorld()->BroadcastChat(Msg);
|
||||||
LOG("<%s> %s", m_Player->GetName().c_str(), a_Message.c_str());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user