Skip to content
This repository was archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
Fix incorrect times
Browse files Browse the repository at this point in the history
  • Loading branch information
KieranFYI committed Mar 7, 2020
1 parent ba999f2 commit 124d603
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Repository/Ban.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ public static function getBanTimes() {
],
[
'time' => 20160,
'label' => '2 Weeks',
],
[
'time' => 30240,
'label' => '3 Weeks',
],
[
Expand Down

0 comments on commit 124d603

Please sign in to comment.