Fix something that keeps annoying me (#25015)

This commit is contained in:
AffectedArc07
2024-04-05 20:01:44 +01:00
committed by GitHub
parent 92641c1141
commit 61c8d30697
+1 -1
View File
@@ -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