Commit e257397f authored by Mark Harding's avatar Mark Harding

(chore): token gaming is a ban

1 merge request!100Epic/reporting and moderation
Pipeline #62747168 failed with stages
in 5 minutes and 24 seconds
......@@ -152,7 +152,7 @@ class ActionDelegate
break;
case 16: // Token manipulation
// Strike
$this->applyStrike($report);
$this->applyBan($report);
break;
}
......
......@@ -128,7 +128,7 @@ class ReverseActionDelegate
break;
case 16: // Token manipulation
// Strike
$this->removeStrike($report);
$this->removeBan($report);
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment