Skip to content

Commit a1ae67e

Browse files
committed
Update AdvancedLuaErrorReporter Windows signature
1 parent 040ba11 commit a1ae67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers_extended/source/Symbols.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ namespace Symbols
180180

181181
const std::vector<Symbol> AdvancedLuaErrorReporter = {
182182
Symbol::FromName( "?AdvancedLuaErrorReporter@@YAHPAUlua_State@@@Z" ),
183-
Symbol::FromSignature( "\x55\x8B\xEC\x8B\x0D\x2A\x2A\x2A\x2A\x83\xEC\x4C" )
183+
Symbol::FromSignature( "\x55\x8B\xEC\x83\xEC\x5C" )
184184
};
185185

186186
const std::vector<Symbol> NET_ProcessSocket = { Symbol::FromSignature( "\x55\x8B\xEC\x83\xEC\x08\x8B\x0D\x2A\x2A\x2A\x2A\x8B\x81" ) };

0 commit comments

Comments
 (0)