fix: stabilize godot 4.7 headless validation

This commit is contained in:
2026-07-07 15:48:22 +02:00
parent 72d1cfc15d
commit b0bad6c467
5 changed files with 73 additions and 10 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ func _ready() -> void:
push_error("ActivitySite at %s has empty site_id" % get_path())
_update_presentation()
return
var existing := get_by_id(site_id)
var existing: ActivitySite = get_by_id(site_id) as ActivitySite
if existing != null:
push_error(
(
+1
View File
@@ -0,0 +1 @@
uid://bly1hd36boprk