mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Fix something that keeps annoying me (#25015)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user