diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-21 10:27:34 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-21 10:27:34 +0000 |
commit | 34aaaf1ce6819e9a5fdd2c0cd04259d89e085052 (patch) | |
tree | 4b943c80780a9a2b2dec0ba8e644d24713971d78 /NorthstarDedicatedTest/gameutils.cpp | |
parent | e2c028702096367c6d10f3659d4c11f598829e2c (diff) | |
download | NorthstarLauncher-34aaaf1ce6819e9a5fdd2c0cd04259d89e085052.tar.gz NorthstarLauncher-34aaaf1ce6819e9a5fdd2c0cd04259d89e085052.zip |
fix some timing issues on dedi
Diffstat (limited to 'NorthstarDedicatedTest/gameutils.cpp')
-rw-r--r-- | NorthstarDedicatedTest/gameutils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/gameutils.cpp b/NorthstarDedicatedTest/gameutils.cpp index c0c01aad..32947ac6 100644 --- a/NorthstarDedicatedTest/gameutils.cpp +++ b/NorthstarDedicatedTest/gameutils.cpp @@ -73,7 +73,7 @@ void InitialiseServerGameUtilFunctions(HMODULE baseAddress) { Server_GetEntityByIndex = (Server_GetEntityByIndexType)((char*)baseAddress + 0xFB820); Cvar_base_tickinterval_mp = (ConVar*)((char*)baseAddress + 0xBFC360); - Cvar_base_tickinterval_mp = (ConVar*)((char*)baseAddress + 0xBFBEA0); + Cvar_base_tickinterval_sp = (ConVar*)((char*)baseAddress + 0xBFBEA0); } void InitialiseTier0GameUtilFunctions(HMODULE baseAddress) |