summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 2eeee35..67090e3 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -7107,7 +7107,6 @@ void clif_parse_GetCharNameRequest (int fd, struct map_session_data *sd)
}
-#if 0
if (pc_isGM(sd) > battle_config.hack_info_GM_level)
{
in_addr_t ip = ssd->ip;
@@ -7121,7 +7120,6 @@ void clif_parse_GetCharNameRequest (int fd, struct map_session_data *sd)
WFIFOL (fd, 6) = ip;
WFIFOSET (fd, packet_len_table[0x20C]);
}
-#endif
}
break;