mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 17:31:15 +00:00
Update doc comment.
This commit is contained in:
parent
e148d25d2a
commit
4a5db39cd5
@ -408,8 +408,7 @@ private:
|
||||
bool is_legal_command(const simple_wml::node& command, const socket_ptr& user);
|
||||
|
||||
/**
|
||||
* Checks whether a user has the same IP as members of this game.
|
||||
* If observer is true it only checks against players.
|
||||
* Checks whether a user has the same IP as any other members of this game.
|
||||
* @return A comma separated string of members with matching IPs.
|
||||
*/
|
||||
std::string has_same_ip(const socket_ptr& user) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user