From 3d1e6caa29021de98100a9d3a4c76b7810e8caa2 Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 19 Dec 2024 18:06:39 +0100 Subject: [PATCH] Minor spelling mistake. --- scripts/utils/networking.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utils/networking.gd b/scripts/utils/networking.gd index c4aaeaf..acfec59 100644 --- a/scripts/utils/networking.gd +++ b/scripts/utils/networking.gd @@ -417,7 +417,7 @@ func bullet_sync_call(position: Vector3, rotation: Vector3) -> void: # Synchronizes the bullet spawn. @rpc("any_peer", "call_local", "reliable") func bullet_sync(position: Vector3, rotation: Vector3) -> void: - #TODO: Anti-Cheat -> Check if the gun is even equiped! + #TODO: Anti-Cheat -> Check if the gun is even equipped! if verify_id(multiplayer.get_remote_sender_id()): var bullet_instance: Bullet = bullet.instantiate() bullet_instance.position = position