summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorMadCamel <madcamel@gmail.com>2010-11-27 21:06:05 -0500
committerMadCamel <madcamel@gmail.com>2010-11-27 21:06:05 -0500
commitcc3f6547545edc7a5cbf2d82c4c2bcb405582bd5 (patch)
tree683f79e2d7b1cf1fd8b988f0cc239a24a4beb965 /src/map/clif.c
parent882f5e91d20f6c0c9fda9e1ce7cb3cf39c5c06e7 (diff)
downloadtmwa-cc3f6547545edc7a5cbf2d82c4c2bcb405582bd5.tar.gz
tmwa-cc3f6547545edc7a5cbf2d82c4c2bcb405582bd5.tar.bz2
tmwa-cc3f6547545edc7a5cbf2d82c4c2bcb405582bd5.tar.xz
tmwa-cc3f6547545edc7a5cbf2d82c4c2bcb405582bd5.zip
Enabled IP metainformation packet.
Now that mainline, pre-0.5, and 4144 clients support this packet it shouldn't really be a problem.
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;