mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-01 01:05:22 +00:00
5319098aef
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.