update game version to 130.8.13

This commit is contained in:
Mikhail Tyukin
2025-02-21 18:02:46 -05:00
parent 343b93db9e
commit 0e823a3bd4
4 changed files with 32793 additions and 12865 deletions

View File

@@ -7,7 +7,7 @@ namespace ServerSelector
{
public class ServerSwitcher
{
private static int GameAssemblySodiumIntegrityFuncHint = 0x5C5D470;
private static int GameAssemblySodiumIntegrityFuncHint = 0x5F17AF0;
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";