From d7637637e108ac6a580752a1613cb176a68c6481 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Wed, 15 Mar 2017 12:41:30 +0200 Subject: [PATCH] Update GuildMethods.h --- GuildMethods.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GuildMethods.h b/GuildMethods.h index 27d0d3b..23732e4 100644 --- a/GuildMethods.h +++ b/GuildMethods.h @@ -15,6 +15,8 @@ namespace LuaGuild /** * Returns a table with the [Player]s in this [Guild] * + * Only the players that are online and on some map. + * * @return table guildPlayers : table of [Player]s */ int GetMembers(Eluna* /*E*/, lua_State* L, Guild* guild)