From bbec048534c01eb039386745b13909026d58dbb3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 20 Apr 2017 01:38:25 +0300 Subject: Drop support for client protocol version 14 (Oct 15 2015). --- src/emap/send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emap/send.c') diff --git a/src/emap/send.c b/src/emap/send.c index 196eec1..35a9477 100644 --- a/src/emap/send.c +++ b/src/emap/send.c @@ -452,7 +452,7 @@ void send_pc_skin(int fd, int npcId, const char *const skin) if (!skin) return; struct SessionExt *data = session_get(fd); - if (!data || data->clientVersion < 15) + if (!data) return; const int sz = (int)strlen(skin) + 9; -- cgit v1.2.3-60-g2f50