Sync
This commit is contained in:
@@ -12,7 +12,6 @@ router.post("/iam", (req, res) => {
|
||||
logger.log(`{Route:"/api/v1/ban/iam"} Strange request from ip<${ip}>`)
|
||||
} else {
|
||||
const potentialBan = controller.getBan(req.body.hwid)
|
||||
console.log(potentialBan)
|
||||
if (potentialBan != undefined) {
|
||||
delete potentialBan.remote_ip
|
||||
delete potentialBan.hardware_id
|
||||
|
||||
Reference in New Issue
Block a user