From ababc879b58a5fce0d5eaf8bf860299f7b31ab0e Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Sat, 8 Mar 2014 03:28:00 +0100 Subject: [PATCH] Removed warning message about not-bundled PHP --- start.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/start.sh b/start.sh index ae95e97a7..0192764bd 100755 --- a/start.sh +++ b/start.sh @@ -4,6 +4,5 @@ cd "$DIR" if [ -f ./bin/php5/bin/php ]; then exec ./bin/php5/bin/php -d enable_dl=On PocketMine-MP.php $@ else - echo "[WARNING] You are not using the standalone PocketMine-MP PHP binary." exec php -d enable_dl=On PocketMine-MP.php $@ fi \ No newline at end of file