update game version to v129.12.2

This commit is contained in:
Mikhail
2025-01-26 21:36:37 -05:00
parent 7237e3d4a1
commit 87b56abca6
3 changed files with 18 additions and 18 deletions

View File

@@ -7,7 +7,7 @@ namespace ServerSelector
{
public class ServerSwitcher
{
private static int GameAssemblySodiumIntegrityFuncHint = 0x5B9D0B0;
private static int GameAssemblySodiumIntegrityFuncHint = 0x5C5D470;
private static byte[] GameAssemblySodiumIntegrityFuncOrg = [0x40, 0x53, 0x56, 0x57, 0x41];
private static byte[] GameAssemblySodiumIntegrityFuncPatch = [0xb0, 0x01, 0xc3, 0x90, 0x90];
private const string HostsStartMarker = "# begin ServerSelector entries";