From af66792e47f0867011083d3f1d21b123637c6b70 Mon Sep 17 00:00:00 2001 From: Rendo Date: Sun, 21 Dec 2025 13:31:12 +0500 Subject: [PATCH] Small net optimization --- weapons/gun/bullet_hole.tscn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/weapons/gun/bullet_hole.tscn b/weapons/gun/bullet_hole.tscn index 7d3dcda..a4c2cfa 100644 --- a/weapons/gun/bullet_hole.tscn +++ b/weapons/gun/bullet_hole.tscn @@ -25,4 +25,11 @@ ignore_time_scale = true [node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="."] replication_config = SubResource("SceneReplicationConfig_wpexx") +[node name="Timer2" type="Timer" parent="."] +wait_time = 0.06 +one_shot = true +autostart = true +ignore_time_scale = true + [connection signal="timeout" from="Timer" to="." method="queue_free"] +[connection signal="timeout" from="Timer2" to="MultiplayerSynchronizer" method="queue_free"]