Skip to content

Commit

Permalink
fxs
Browse files Browse the repository at this point in the history
  • Loading branch information
elementbound committed Nov 20, 2024
1 parent 00b6d19 commit 5fceb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/netfox.extras/weapon/network-weapon.gd
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func _request_projectile(id: String, tick: int, request_data: Dictionary):

@rpc("authority", "reliable", "call_local")
func _accept_projectile(id: String, tick: int, response_data: Dictionary):
_logger.info("[%s] Accepting projectile %s from %s", [multiplayer.get_unique_id(), id, multiplayer.get_remote_sender_id()])
_logger.info("Accepting projectile %s from %s", [id, multiplayer.get_remote_sender_id()])
if multiplayer.get_unique_id() == multiplayer.get_remote_sender_id():
# Projectile is local, nothing to do
return
Expand Down

0 comments on commit 5fceb3f

Please sign in to comment.