mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
This removes `not` from the variable safe list of
keywords.
Before that this was a valid expression:
self.!(some_arg)
The other fix is just a forgotten boolean negation.