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