• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

uppdate

resources.h

#define CLIENT_VERSION_MIN 841
#define CLIENT_VERSION_MAX 842
#define CLIENT_VERSION_STRING "Only clients with protocol 8.41 or 8.42 are allowed!"


to:

#define CLIENT_VERSION_MIN 850
#define CLIENT_VERSION_MAX 850
#define CLIENT_VERSION_STRING "Only clients with protocol 8.50 are allowed!"
 
thanks a lot archez rep ++

Edit: in order to make this work you need to rebuild all the server not just make a new compile
 
Last edited:
Back
Top