From 9c9939440f7670aa3a9021760b8c569700982fa2 Mon Sep 17 00:00:00 2001 From: Humerus Date: Fri, 9 Aug 2013 22:57:32 -0400 Subject: [PATCH] I'm bored x2. --- src/PocketMinecraftServer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PocketMinecraftServer.php b/src/PocketMinecraftServer.php index 6b5daec97..1a42b708b 100644 --- a/src/PocketMinecraftServer.php +++ b/src/PocketMinecraftServer.php @@ -409,7 +409,7 @@ class PocketMinecraftServer{ if($this->stop === true){ return; } - console("[ERROR] An Unrecovereable has ocurred and the server has Crashed. Creating an Error Dump"); + console("[ERROR] An unrecoverable error has occurred and the server has crashed. Creating an error dump..."); $dump = "```\r\n# PocketMine-MP Error Dump ".date("D M j H:i:s T Y")."\r\n"; $er = error_get_last(); $dump .= "Error: ".var_export($er, true)."\r\n\r\n";