Port: GymkhanaAutoload

This commit is contained in:
2025-01-21 23:38:05 +01:00
parent a8c527c3e4
commit a8be2672d1

View File

@@ -12,8 +12,8 @@ func get_item(global_id: String) -> ESCItem:
var node = object.node var node = object.node
if not node is ESCItem: if not node is ESCItem:
escoria.logger.error( escoria.logger.error(
"set_tootltip: invalid object", self,
["Object is not an ESCItem"] "Object is not an ESCItem"
) )
return null return null