This commit is contained in:
2020-09-03 00:54:56 +08:00
parent 4c0abd4624
commit 09b2207132
2 changed files with 7 additions and 7 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;