Do not invite players who are already in the group.

This commit is contained in:
lotodore
2010-03-30 18:03:08 +00:00
parent 61fd70d407
commit 72fa1fb9ec
3 changed files with 11 additions and 1 deletions
+1
View File
@@ -72,6 +72,7 @@ public:
boost::shared_ptr<PlayerData> GetPlayerDataByUniqueId(unsigned playerId) const;
PlayerIdList GetPlayerIdList() const;
bool IsPlayerConnected(const std::string &name) const;
bool IsPlayerConnected(unsigned playerId) const;
bool IsRunning() const;