Skip to content

Commit

Permalink
Disable walk to items
Browse files Browse the repository at this point in the history
  • Loading branch information
lahm86 committed Jun 17, 2024
1 parent 4016f8e commit 9a7713d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public override void Randomize(int seed)
script.FixDescendingGlitch = false;
script.FixQwopGlitch = false;
script.FixWallJumpGlitch = false;
script.WalkToItems = false;
}

ScriptEditor.SaveScript();
Expand Down

0 comments on commit 9a7713d

Please sign in to comment.