diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-19 23:58:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-19 23:58:08 +0300 |
commit | c94b16d11e20fbfecf6f69da057e63dfc0c2d312 (patch) | |
tree | 1ec92940643e7bd2a2a13f4d0841987e8c20672b /src/emap/send.c | |
parent | 72d4d2df6918917a50c057fea3f5847f9e3750eb (diff) | |
download | plugin-c94b16d11e20fbfecf6f69da057e63dfc0c2d312.tar.gz plugin-c94b16d11e20fbfecf6f69da057e63dfc0c2d312.tar.bz2 plugin-c94b16d11e20fbfecf6f69da057e63dfc0c2d312.tar.xz plugin-c94b16d11e20fbfecf6f69da057e63dfc0c2d312.zip |
Drop support for client protocol version 4 (Jan 5 2015).
Diffstat (limited to 'src/emap/send.c')
-rw-r--r-- | src/emap/send.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/send.c b/src/emap/send.c index c3b9478..ea02817 100644 --- a/src/emap/send.c +++ b/src/emap/send.c @@ -226,7 +226,7 @@ void send_npc_info(struct block_list* bl1, if (tsd) { struct SessionExt *tdata = session_get_bysd(tsd); - if (!tdata || tdata->clientVersion < 5) + if (!tdata) return; } |