• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Changing the version doubt

raynerjunior

New Member
Joined
Jul 31, 2014
Messages
32
Reaction score
4
I have tfs 1.4, and the access is 10.98, I would like to change to 7.72, how can I do that?

I know we changed it in definitions.h, is that right?

static constexpr auto CLIENT_VERSION_MIN = 1098;
static constexpr auto CLIENT_VERSION_MAX = 1098;
static constexpr auto CLIENT_VERSION_STR = "10.98";
 
Back
Top