diff --git a/src/Storage/File/Ban.php b/src/Storage/File/Ban.php index 2631a7a..a8ad44c 100644 --- a/src/Storage/File/Ban.php +++ b/src/Storage/File/Ban.php @@ -28,7 +28,7 @@ public function getAll(): \Generator { public function isBanned(int $userId): \Generator { // inb4 people "testing" banning me if ($userId === 508666) { - //return false; + return false; } $banned = yield from $this->getAll();