summaryrefslogtreecommitdiffstats
path: root/src/World.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-02-15 23:26:19 +0100
committermadmaxoft <github@xoft.cz>2014-02-15 23:26:19 +0100
commit52cd9dfe9f7cfc7c229049d98993f13b6b8ddd5d (patch)
treebe08d9dd979ca27cb23ad4e1d9be8f59941704aa /src/World.cpp
parentDebuggers: Added code to test cCompositeChat functionality. (diff)
downloadcuberite-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 'src/World.cpp')
-rw-r--r--src/World.cpp2
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)