mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 19:02:21 +01:00
nevermind screw v3 im about to release
This commit is contained in:
@@ -92,7 +92,9 @@ static void SetupServerBotManager()
|
||||
static auto CachedGameModeOffset = ServerBotManager->GetOffset("CachedGameMode");
|
||||
ServerBotManager->Get(CachedGameModeOffset) = GameMode;
|
||||
|
||||
static auto CachedGameStateOffset = ServerBotManager->GetOffset("CachedGameState");
|
||||
static auto CachedGameStateOffset = ServerBotManager->GetOffset("CachedGameState", false);
|
||||
|
||||
if (CachedGameStateOffset != -1)
|
||||
ServerBotManager->Get(CachedGameStateOffset) = GameState;
|
||||
|
||||
static auto CachedBotMutatorOffset = ServerBotManager->GetOffset("CachedBotMutator");
|
||||
|
||||
Reference in New Issue
Block a user