summaryrefslogtreecommitdiffstats
path: root/src/Root.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Root.h')
-rw-r--r--src/Root.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Root.h b/src/Root.h
index 73fd6638c..81551a503 100644
--- a/src/Root.h
+++ b/src/Root.h
@@ -147,7 +147,9 @@ public:
/** Send playerlist of all worlds to player */
void SendPlayerLists(cPlayer * a_DestPlayer);
-
+
+ /** Broadcast Player through all worlds */
+ void BroadcastPlayerListsAddPlayer(const cPlayer & a_Player, const cClientHandle * a_Exclude = nullptr);
// tolua_begin