Skip to content

Commit c354a8a

Browse files
committed
PM5で動作するように(クソパッチ)
1 parent 5908610 commit c354a8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/command/EvalBookCommand.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@ protected function prepare() : void{
2626
public function onRun(CommandSender $sender, string $aliasUsed, array $args) : void{
2727
$this->sendUsage();
2828
}
29+
30+
// TODO: REMOVE THIS 💩
31+
public function getPermission(){
32+
return [EvalBookPermissionNames::COMMAND];
33+
}
2934
}

0 commit comments

Comments
 (0)