From cc3f6547545edc7a5cbf2d82c4c2bcb405582bd5 Mon Sep 17 00:00:00 2001 From: MadCamel Date: Sat, 27 Nov 2010 21:06:05 -0500 Subject: Enabled IP metainformation packet. Now that mainline, pre-0.5, and 4144 clients support this packet it shouldn't really be a problem. --- src/map/clif.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/map/clif.c') 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; -- cgit v1.2.3-60-g2f50