Skip to content

Commit

Permalink
删除多余代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Mundanity-fc committed Jul 19, 2022
1 parent 0873f17 commit 6494c7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion KaiheilaBot/commandInterpreter/TaskProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ private function processQuestInfo($questArray): string

//技能报酬框架
if (!is_null($questArray['ActionReward'])) {
echo $questArray['ActionReward'];
$ActionCard = new Card();
$ActionTitle = new PlainText('技能习得', 'plain-text', 'header');
$ActionCard->insert($ActionTitle);
Expand Down

0 comments on commit 6494c7b

Please sign in to comment.