Skip to content

Commit

Permalink
Fix something that keeps annoying me (ParadiseSS13#25015)
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 authored Apr 5, 2024
1 parent 92641c1 commit 61c8d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/tgui/tgui_panel/telemetry.dm
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
// Check for a malformed history object
if(!row || row.len < 3 || (!row["ckey"] || !row["address"] || !row["computer_id"]))
return
if(world.IsBanned(row["ckey"], row["address"], row["computer_id"]))
if(world.IsBanned(row["ckey"], row["address"], row["computer_id"], FALSE, FALSE, FALSE, FALSE, FALSE))
found = row
break
CHECK_TICK
Expand Down

0 comments on commit 61c8d30

Please sign in to comment.