diff options
author | madmaxoft <github@xoft.cz> | 2014-02-15 23:26:19 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-02-15 23:26:19 +0100 |
commit | 52cd9dfe9f7cfc7c229049d98993f13b6b8ddd5d (patch) | |
tree | be08d9dd979ca27cb23ad4e1d9be8f59941704aa /src/World.cpp | |
parent | Debuggers: Added code to test cCompositeChat functionality. (diff) | |
download | cuberite-52cd9dfe9f7cfc7c229049d98993f13b6b8ddd5d.tar cuberite-52cd9dfe9f7cfc7c229049d98993f13b6b8ddd5d.tar.gz cuberite-52cd9dfe9f7cfc7c229049d98993f13b6b8ddd5d.tar.bz2 cuberite-52cd9dfe9f7cfc7c229049d98993f13b6b8ddd5d.tar.lz cuberite-52cd9dfe9f7cfc7c229049d98993f13b6b8ddd5d.tar.xz cuberite-52cd9dfe9f7cfc7c229049d98993f13b6b8ddd5d.tar.zst cuberite-52cd9dfe9f7cfc7c229049d98993f13b6b8ddd5d.zip |
Diffstat (limited to '')
-rw-r--r-- | src/World.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.cpp b/src/World.cpp index d1a13794c..d67ad36d1 100644 --- a/src/World.cpp +++ b/src/World.cpp @@ -1747,7 +1747,7 @@ void cWorld::BroadcastBlockEntity(int a_BlockX, int a_BlockY, int a_BlockZ, cons -void cWorld::LoopPlayersAndBroadcastChat(const AString & a_Message, eMessageType a_ChatPrefix, const cClientHandle * a_Exclude) +void cWorld::BroadcastChat(const AString & a_Message, const cClientHandle * a_Exclude, eMessageType a_ChatPrefix) { cCSLock Lock(m_CSPlayers); for (cPlayerList::iterator itr = m_Players.begin(); itr != m_Players.end(); ++itr) |