Skip to content

Commit 8a449f6

Browse files
authored
Fix g_iServerAddonsOffset (#53)
1 parent 43e2993 commit 8a449f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/multiaddonmanager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ constexpr const byte g_ReplyConnection_Sig[] = "\x55\x48\x8D\x05\x2A\x2A\x2A\x2A
148148

149149

150150
// Offsets
151-
constexpr int g_iServerAddonsOffset = 336;
151+
constexpr int g_iServerAddonsOffset = 344;
152152

153153
#ifdef PLATFORM_WINDOWS
154154
constexpr int g_iSendNetMessageOffset = 15;

0 commit comments

Comments
 (0)