Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
WeekThor authored Sep 10, 2021
1 parent ae67f0f commit a7657b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TSt/BanInfo/commands/BanHistoryCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function execute(CommandSender $sender, $currentAlias, array $args){
if(count($args) > 0 && $sender->hasPermission("baninfo.commands.history.other")){
$name = mb_strtolower( $args[0], "UTF-8");
}elseif(count($args) > 0){
if(is_numeric($args[0]) && $args[0] > 0){
if($args[0] > 0){
$page = $args[0];
}
}
Expand Down

0 comments on commit a7657b8

Please sign in to comment.