Skip to content

Conversation

@APickledWalrus
Copy link
Member

@APickledWalrus APickledWalrus commented Jan 2, 2026

This pull request aims to improve the return types for ExprExpression and ExprChangeValue. On Skript 2.14, they do not work well with property syntax. They use the outdated (and potentially dangerous) approach of typing themselves. This causes unexpected behavior, such as property syntaxes not working with expressions that should be supported.

To resolve this, I have rewritten both of the expressions. For now, only use as Object return type as the current setup prevents determining this information without more significant changes (and it won't really have a big impact)

@APickledWalrus APickledWalrus added the bug Something isn't working label Jan 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants