From 910a49de7103a9d572421dd5f0bcdf63e3f63b02 Mon Sep 17 00:00:00 2001 From: lipsanen Date: Tue, 14 Apr 2026 21:45:31 +0300 Subject: [PATCH] Fix mv/player offset in builds 4197 to 5135 --- spt/features/autojump.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;