Warning hunt

This commit is contained in:
JonShard
2026-08-09 14:04:49 +02:00
parent 9cdf72dc47
commit 513ad23e09
10 changed files with 41 additions and 40 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ func _ready() -> void:
push_error("Item dispenser is missing a reference to its snap zone child")
func _process(delta: float) -> void:
func _process(_delta: float) -> void:
if not NetworkManager.owns_world():
return
#if snap_zone.picked_up_object: # Player picked up this station