Removed crash()

This commit is contained in:
Shoghi Cervantes 2014-07-18 11:55:24 +02:00
parent d8cba4f045
commit 2e773a32ff

View File

@ -1759,7 +1759,6 @@ class Server{
$this->logger->info("Done (" . round(microtime(true) - \pocketmine\START_TIME, 3) . 's)! For help, type "help" or "?"');
crash();
$this->tickProcessor();
$this->forceShutdown();
}