diff options
author | David Athay <ko2fan@gmail.com> | 2008-04-17 13:01:05 +0000 |
---|---|---|
committer | David Athay <ko2fan@gmail.com> | 2008-04-17 13:01:05 +0000 |
commit | 1f639454d986ea0d44b563eaa71019d9f1c01c24 (patch) | |
tree | 7a067b4522c154ddcab65e2ab6dbe3ea498b0f6e /src/localplayer.h | |
parent | 6afe553c237bf0a9ffde8fc7eae469431718268e (diff) | |
download | mana-1f639454d986ea0d44b563eaa71019d9f1c01c24.tar.gz mana-1f639454d986ea0d44b563eaa71019d9f1c01c24.tar.bz2 mana-1f639454d986ea0d44b563eaa71019d9f1c01c24.tar.xz mana-1f639454d986ea0d44b563eaa71019d9f1c01c24.zip |
Added basic party support (no interface to create or quit yet)
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 8ae8aa19..b5e7c3eb 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -154,7 +154,7 @@ class LocalPlayer : public Player drawName(Graphics *, int, int) {}; /** - * Check the player has permission to invite users + * Check the player has permission to invite users to specific guild */ bool checkInviteRights(const std::string &guildName); |