diff --git a/SharpTimer.csproj b/SharpTimer.csproj
index 8b98bcd..e92c625 100644
--- a/SharpTimer.csproj
+++ b/SharpTimer.csproj
@@ -6,7 +6,7 @@
true
-
+
none
runtime
compile; build; native; contentfiles; analyzers; buildtransitive
diff --git a/gamedata/stgamedata.json b/gamedata/stgamedata.json
index 378f16b..8e1b00c 100644
--- a/gamedata/stgamedata.json
+++ b/gamedata/stgamedata.json
@@ -2,8 +2,15 @@
"RunCommand": {
"signatures": {
"library": "server",
- "windows": "\\x48\\x89\\x5C\\x24\\x18\\x48\\x89\\x6C\\x24\\x20\\x57\\x48\\x83\\xEC\\x20\\x48\\x8B\\xDA",
- "linux": "\\x55\\x48\\x89\\xE5\\x41\\x55\\x49\\x89\\xF5\\x41\\x54\\x49\\x89\\xFC\\xE8\\x2A\\x2A\\x2A\\x2A\\x48\\x85\\xC0\\x74\\x30"
+ "windows": "48 89 5C 24 20 55 56 57 41 54 41 55 41 56 41 57 48 83 EC 20",
+ "linux": "55 48 89 E5 41 57 49 89 FF 41 56 41 55 49 89 F5 41 54 53 48 83 EC ?? 48 8B 7F"
+ }
+ },
+ "StateTransition": {
+ "signatures": {
+ "library": "server",
+ "windows": "48 83 EC ? 48 89 5C 24 ? 48 89 74 24 ? 8B F2",
+ "linux": "55 48 89 E5 41 57 41 56 41 55 41 54 41 89 F4 53 48 89 FB 48 81 EC ? ? ? ? 39 B7"
}
},
"INetworkServerService_GetIGameServer": {
@@ -12,13 +19,6 @@
"linux": 24
}
},
- "StateTransition": {
- "signatures": {
- "library": "server",
- "windows": "48 83 EC 28 48 89 74 24 ? 8B F2 48 89 7C 24 ? 48 8B F9",
- "linux": "55 48 89 E5 41 55 41 54 41 89 F4 53 48 89 FB 48 83 EC ? 39 B7"
- }
- },
"INetworkGameServer_Slots": {
"offsets": {
"windows": 624,
@@ -27,8 +27,8 @@
},
"CServerSideClient_m_nForceWaitForTick": {
"offsets": {
- "windows": 308,
- "linux": 324
+ "windows": 340,
+ "linux": 348
}
}
}
\ No newline at end of file