This commit is contained in:
2020-09-03 01:42:39 +08:00
parent f80ec2eb9d
commit 6c48a6c907
4 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class OnShutdown extends Callback
*/
public function onHandler(Server $server)
{
// $this->system_mail('server shutdown~');
$this->system_mail('server shutdown~');
$event = Snowflake::get()->getEvent();
if (!$event->exists(Event::SERVER_SHUTDOWN)) {
return;