From 02ef0bfbb40442e4b03f6dc45c58510c49beb978 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 25 Oct 2018 18:49:06 +0100 Subject: [PATCH] Remove unnecessary quotes these appear on the echoed message, which is undesirable. --- start.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.cmd b/start.cmd index a159ed70b..acd2102b2 100644 --- a/start.cmd +++ b/start.cmd @@ -15,7 +15,7 @@ if exist PocketMine-MP.phar ( if exist src\pocketmine\PocketMine.php ( set POCKETMINE_FILE=src\pocketmine\PocketMine.php ) else ( - echo "Couldn't find a valid PocketMine-MP installation" + echo Couldn't find a valid PocketMine-MP installation pause exit 1 )