Skip to content

Commit cca5e9c

Browse files
authored
Update GModDataPack_AddOrUpdateFile Windows signature (#98)
1 parent 92fb481 commit cca5e9c

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
@@ -168,7 +168,7 @@ namespace Symbols
168168

169169
const std::vector<Symbol> GModDataPack_AddOrUpdateFile = {
170170
Symbol::FromName( "?AddOrUpdateFile@GModDataPack@@QAEXPAULuaFile@@_N@Z" ),
171-
Symbol::FromSignature( "\x55\x8B\xEC\x83\xEC\x28\x53\x8B\x5D\x08\x83\x7B\x18\x10\x56\x8D" )
171+
Symbol::FromSignature( "\x55\x8B\xEC\x81\xEC\x80\x00\x00\x00\x53\x8B\xD9\x56\x8B\x75\x08\x57\x8B\x03\x89\x5D\xFC\x8D\x7E\x04" )
172172
};
173173

174174
const Symbol Steam3Server =

0 commit comments

Comments
 (0)