Skip to content

Commit

Permalink
fix: 2x scopes not dropping
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanger committed Nov 13, 2024
1 parent 38317c4 commit eb8f253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/definitions/scopes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Scopes = ObjectDefinitions.withDefault<ScopeDefinition>()(
giveByDefault: true
}
),
scope([2], { zoomLevel: 100, noDrop: true }), // TODO: This is for fall mode only. Add a system to handle this later.
scope([2], { zoomLevel: 100 }),
scope([4], { zoomLevel: 135 }),
scope([8], { zoomLevel: 185 }),
scope([15], { zoomLevel: 255 })
Expand Down

0 comments on commit eb8f253

Please sign in to comment.