Skip to content

Commit a05a4f8

Browse files
committed
Removed commented out test line
1 parent 4d418a5 commit a05a4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Storage/File/Ban.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function getAll(): \Generator {
2828
public function isBanned(int $userId): \Generator {
2929
// inb4 people "testing" banning me
3030
if ($userId === 508666) {
31-
//return false;
31+
return false;
3232
}
3333

3434
$banned = yield from $this->getAll();

0 commit comments

Comments
 (0)