Skip to content

Commit

Permalink
Fix remove extra (
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp authored Dec 18, 2023
1 parent 6763bfa commit ce98cf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public override async Task Handle(IPlayer sender, PlayerLatencyPacket packet)
Latency = sender.Latency.CurrentAverage
}, DeliveryMethod.ReliableOrdered);

_logger.Verbose((
_logger.Verbose(
$"Preparing packet of type '{nameof(PlayerLatencyPacket)}' " +
$"(SenderId={sender.ConnectionId}, Latency={sender.Latency.CurrentAverage})."
);
Expand Down

0 comments on commit ce98cf9

Please sign in to comment.