Skip to content

Commit

Permalink
fix: tuple modification
Browse files Browse the repository at this point in the history
  • Loading branch information
RealistikDash committed Mar 29, 2024
1 parent a863613 commit 5174843
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/ripple/userUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1833,6 +1833,8 @@ def logHardware(
(user_id, hashes[2], hashes[3], hashes[4]),
)

matching_users = list(matching_users)

if matching_users:
# User has a matching hwid, ban him
log.warning(
Expand Down

0 comments on commit 5174843

Please sign in to comment.