From 606d995ab7ca459593807fc895c1ec39dacac878 Mon Sep 17 00:00:00 2001 From: nokoe Date: Mon, 8 Jul 2024 19:38:11 +0200 Subject: fix warnings --- client/map/items/item.gd | 1 + 1 file changed, 1 insertion(+) (limited to 'client/map/items') diff --git a/client/map/items/item.gd b/client/map/items/item.gd index b657e14f..e9671e91 100644 --- a/client/map/items/item.gd +++ b/client/map/items/item.gd @@ -35,6 +35,7 @@ func _init(owned_by_: Node3D): add_child(take_sound) add_child(put_sound) setup_sounds() + @warning_ignore("static_called_on_instance") base.position = base_position() add_child(base) owned_by = owned_by_ -- cgit v1.2.3-70-g09d2