
Minor config error
DWX12 opened this issue ยท 2 comments
Came across this in the config, which I'm sure is just an error:
# Set to false to disable the jumpscare system.
# Min: 0
# Max: 6
B:Jumpscare=true
The jumpscare is either true or false, correct? Or is there some varying degree to it?
Thanks for creating such a cool mod.
Yeah it's fixed locally. Found it literally right after submitting the build for review. Switched back to Intellij to switch to another project, and I see that glaring @Config.RangeInt(0,6)
right there staring at me...