From 9159b5076ef64b5909490eb5de3c897361d77001 Mon Sep 17 00:00:00 2001 From: Lkeme <19500576+lkeme@users.noreply.github.com> Date: Tue, 1 Aug 2023 18:56:31 +0800 Subject: [PATCH] [fix] invalid echo --- plugin/Lottery/Lottery.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugin/Lottery/Lottery.php b/plugin/Lottery/Lottery.php index cf3ddae..1ac8929 100644 --- a/plugin/Lottery/Lottery.php +++ b/plugin/Lottery/Lottery.php @@ -74,13 +74,10 @@ class Lottery extends BasePlugin */ public function execute(): void { - echo "ghahahahha"; if (!getEnable('lottery')) return; if (TimeLock::getTimes() > time() && $this->last_task_finish) return; - echo "ghahahahha"; $this->lotteryTask(); - echo "ghahahahha"; // 2-6小时 未完成6-10秒 TimeLock::setTimes($this->last_task_finish ? (mt_rand(2, 6) * 60 * 60) : mt_rand(6, 10));