diff --git a/spt/features/autojump.cpp b/spt/features/autojump.cpp index 5365d057..3326704d 100644 --- a/spt/features/autojump.cpp +++ b/spt/features/autojump.cpp @@ -160,7 +160,7 @@ void AutojumpFeature::LoadFeature() if (utils::DoesGameLookLikeSteampipe() || utils::DoesGameLookLikeBMSRetail() || - utils::GetBuildNumber() >= 5135) + utils::GetBuildNumber() > 4104) { off_mv_ptr = 2; off_player_ptr = 1;