Skip to content

Commit

Permalink
[perf(MaterialObject)] parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeme committed Mar 5, 2022
1 parent 79faabc commit 85ff353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/MaterialObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static function run()
return;
}
self::setPauseStatus();
self::calcAid(700, 900);
self::calcAid(880, 1080);
$lottery_list = self::fetchLottery();
self::drawLottery($lottery_list);
self::setLock(mt_rand(6, 10) * 60);
Expand Down

0 comments on commit 85ff353

Please sign in to comment.