diff --git a/project/Aki.Debugging/Patches/BtrTestPatch.cs b/project/Aki.Debugging/Patches/BtrTestPatch.cs index 2a512d7..4bf1eea 100644 --- a/project/Aki.Debugging/Patches/BtrTestPatch.cs +++ b/project/Aki.Debugging/Patches/BtrTestPatch.cs @@ -10,7 +10,7 @@ namespace Aki.Debugging.Patches { protected override MethodBase GetTargetMethod() { - return typeof(GameWorld).GetMethod(nameof(GameWorld.OnGameStarted)); + return typeof(GameWorld).GetMethod(nameof(GameWorld.OnGameStarted)); } [PatchPostfix] @@ -26,6 +26,7 @@ namespace Aki.Debugging.Patches } var botGame = Singleton.Instance; + gameWorld.LocationId = gameWorld.MainPlayer.Location; if (gameWorld.BtrController == null) {