Skip to content

Commit ee6ddb4

Browse files
committed
Fix mv/player offset in builds 4197 to 5135
1 parent 5f3760a commit ee6ddb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spt/features/autojump.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ void AutojumpFeature::LoadFeature()
160160

161161
if (utils::DoesGameLookLikeSteampipe() ||
162162
utils::DoesGameLookLikeBMSRetail() ||
163-
utils::GetBuildNumber() >= 5135)
163+
utils::GetBuildNumber() > 4104)
164164
{
165165
off_mv_ptr = 2;
166166
off_player_ptr = 1;

0 commit comments

Comments
 (0)