You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#define_NETCODE_VERSION_BRANCH_ID 0x4 // Use 0x1 - 0xF to indicate an incompatible branch is being used (0x0 is reserved, 0x4 is trunk)
78
-
#define_CLIENT_NET_MODULE_VERSION0x08C // (0x000 - 0xfff) Lvl9 wizards only
78
+
#define_CLIENT_NET_MODULE_VERSION0x08D // (0x000 - 0xfff) Lvl9 wizards only
79
79
#define_NETCODE_VERSION 0x1D8 // (0x000 - 0xfff) Increment when net messages change (pre-release)
80
-
#defineMTA_DM_BITSTREAM_VERSION0x05F // (0x000 - 0xfff) Increment when net messages change (post-release). (Changing will also require additional backward compatibility code).
80
+
#defineMTA_DM_BITSTREAM_VERSION0x060 // (0x000 - 0xfff) Increment when net messages change (post-release). (Changing will also require additional backward compatibility code).
81
81
82
82
// To avoid user confusion, make sure the ASE version matches only if communication is possible
#define_NETCODE_VERSION_BRANCH_ID 0x4 // Use 0x1 - 0xF to indicate an incompatible branch is being used (0x0 is reserved, 0x4 is trunk)
81
-
#define_SERVER_NET_MODULE_VERSION0x08F // (0x000 - 0xfff) Lvl9 wizards only
81
+
#define_SERVER_NET_MODULE_VERSION0x090 // (0x000 - 0xfff) Lvl9 wizards only
82
82
#define_NETCODE_VERSION 0x1D8 // (0x000 - 0xfff) Increment when net messages change (pre-release)
83
-
#defineMTA_DM_BITSTREAM_VERSION0x05F // (0x000 - 0xfff) Increment when net messages change (post-release). (Changing will also require additional backward compatibility code).
83
+
#defineMTA_DM_BITSTREAM_VERSION0x060 // (0x000 - 0xfff) Increment when net messages change (post-release). (Changing will also require additional backward compatibility code).
84
84
85
85
// To avoid user confusion, make sure the ASE version matches only if communication is possible
0 commit comments