Attempting to format two strings in vars, concatenated via arithmetic, causes stacktrace. #7164
Open
1 task done
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.
feature-ready
A PR/issue that has been approved, tested and can be merged/closed in the next feature version.
priority: low
Issues that are not harmful to the experience but are related to useful changes or additions.
Skript/Server Version
Bug Description
When trying to format two string vars added together, a stack trace is called due to a casting exception.
Expected Behavior
the strings should be concatenated, then formatted.
Steps to Reproduce
!send formatted ({_colour} + {_name})
Don't even need to be set to anything.
Errors or Screenshots
stack trace from dev/feature build, though replicated on 2.9.3 as well.
Other
No response
Agreement
The text was updated successfully, but these errors were encountered: