Skip to content

Commit

Permalink
Merge pull request #3 from ImToggle/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest authored Dec 5, 2024
2 parents 1b84aba + 7fd334b commit 98302c4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ class Settings {
min = 1f, max = 10000f
)
var maxParticleLimit = 4000
set(value) {
field = if (value in 1..10000) value else 4000
}

@Switch(
name = "Particles No-Clip",
Expand Down

0 comments on commit 98302c4

Please sign in to comment.