Config option case-insensitive variables: false
breaks functions
#6379
Labels
bug
An issue that needs to be fixed. Alternatively, a PR fixing an issue.
completed
The issue has been fully resolved and the change will be in the next Skript update.
patch-ready
A PR/issue that has been approved and is ready to be merged/closed for the next patch version.
priority: low
Issues that are not harmful to the experience but are related to useful changes or additions.
Skript/Server Version
Bug Description
I recently changed a config option, then a few days later noticed a command of mine wasn't working.
After 10+ minutes of digging around, I noticed the Skript config option:
case-insensitive variables: false
when set to false (which is true by default) screws up function use when using caps in function param names.
Im assuming Skript treats the params as all lower case, since using them the same as typed with caps, does not work.
See below.
Expected Behavior
The function should work as is.
Steps to Reproduce
set this option in config to false:
case-insensitive variables: false
reproduction code:
output:
This is doing the exact opposite as it should be doing.
When setting the config option back to true... outcome:
Errors or Screenshots
No response
Other
No response
Agreement
The text was updated successfully, but these errors were encountered: