Skip to content

Commit c78d725

Browse files
committed
Increment CLIENT_NET_MODULE_VERSION
Important note for forks: this module version requires the changes from commit ffd2a4b to be in-tree. You might run into issues with the anti-cheat otherwise.
1 parent 7ac529b commit c78d725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/sdk/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
#define _ASE_VERSION QUOTE_DEFINE(MTASA_VERSION_MAJOR) "." QUOTE_DEFINE(MTASA_VERSION_MINOR)
9292
#define _NETCODE_VERSION_BRANCH_ID 0x4 // Use 0x1 - 0xF to indicate an incompatible branch is being used (0x0 is reserved, 0x4 is trunk)
93-
#define _CLIENT_NET_MODULE_VERSION 0x0AB // (0x000 - 0xfff) Lvl9 wizards only
93+
#define _CLIENT_NET_MODULE_VERSION 0x0AC // (0x000 - 0xfff) Lvl9 wizards only
9494
#define _SERVER_NET_MODULE_VERSION 0x0AB // (0x000 - 0xfff) Lvl9 wizards only
9595
#define _NETCODE_VERSION 0x1DA // (0x000 - 0xfff) Increment when net messages change (pre-release)
9696

0 commit comments

Comments
 (0)