mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 19:06:35 +00:00
Removed warning message about not-bundled PHP
This commit is contained in:
parent
801e924783
commit
ababc879b5
1
start.sh
1
start.sh
@ -4,6 +4,5 @@ cd "$DIR"
|
|||||||
if [ -f ./bin/php5/bin/php ]; then
|
if [ -f ./bin/php5/bin/php ]; then
|
||||||
exec ./bin/php5/bin/php -d enable_dl=On PocketMine-MP.php $@
|
exec ./bin/php5/bin/php -d enable_dl=On PocketMine-MP.php $@
|
||||||
else
|
else
|
||||||
echo "[WARNING] You are not using the standalone PocketMine-MP PHP binary."
|
|
||||||
exec php -d enable_dl=On PocketMine-MP.php $@
|
exec php -d enable_dl=On PocketMine-MP.php $@
|
||||||
fi
|
fi
|
Loading…
x
Reference in New Issue
Block a user