From 67e956c2e9ee85543ec88c1733bee398571ef38d Mon Sep 17 00:00:00 2001 From: Lance Date: Tue, 13 Jun 2006 15:32:46 +0000 Subject: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7130 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 487d3bc98..37dba7158 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -8367,7 +8367,7 @@ void clif_parse_GetCharNameRequest(int fd, struct map_session_data *sd) { if (!bl) return; sc = status_get_sc(bl); - if (sc && sc->option&OPTION_INVISIBLE && !disguised(bl) && pc_isGM(sd) >= battle_config.hack_info_GM_level) + if (sc && sc->option&OPTION_INVISIBLE && !disguised(bl) && pc_isGM(sd) < battle_config.hack_info_GM_level) { //GM characters (with client side GM enabled are able to see invisible stuff) [Lance] //Asked name of invisible player, this shouldn't be possible! -- cgit v1.2.3-70-g09d2