From 544daee0d5b0bcb9d160b65d4beeefac3b175cea Mon Sep 17 00:00:00 2001 From: copygirl Date: Wed, 1 Oct 2025 23:46:25 +0200 Subject: [PATCH] Update scene node type to Node3D --- copyMultiplayer.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyMultiplayer.tscn b/copyMultiplayer.tscn index cbb19da..498a165 100644 --- a/copyMultiplayer.tscn +++ b/copyMultiplayer.tscn @@ -2,5 +2,5 @@ [ext_resource type="Script" path="res://Mods/copyMultiplayer/copyMultiplayer.gd" id="1_e1a7a"] -[node name="copyMultiplayer" type="Node"] +[node name="copyMultiplayer" type="Node3D"] script = ExtResource("1_e1a7a")