Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
larziwau authored Nov 28, 2024
1 parent a32d94f commit e7e4491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/game/src/client/thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ impl ClientThread {
warn!("[{} @ {}] {}", self.account_id.load(Ordering::Relaxed), self.get_tcp_peer(), error);
}

PacketHandlingError::IOError(ref e) => {
&PacketHandlingError::IOError(ref e) => {
if !should_ignore_error(e) {
warn!("[{} @ {}] {}", self.account_id.load(Ordering::Relaxed), self.get_tcp_peer(), e);
}
Expand Down

0 comments on commit e7e4491

Please sign in to comment.