diff --git a/src/config/packets.hpp b/src/config/packets.hpp index fcef72730d..02c9687f49 100644 --- a/src/config/packets.hpp +++ b/src/config/packets.hpp @@ -17,8 +17,9 @@ #endif #ifndef PACKETVER_RE - /// From this point on only kRO RE clients are supported - #if PACKETVER > 20151104 + /// From November 2015 only RagexeRE are supported. + /// After July 2018 only Ragexe are supported. + #if PACKETVER > 20151104 && PACKETVER < 20180704 #define PACKETVER_RE #endif #endif