mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Warn about not using the bin/ PHP binary
This commit is contained in:
parent
2b920033ff
commit
a8055eb59a
1
start.sh
1
start.sh
@ -9,5 +9,6 @@ fi
|
|||||||
if [ -f ./bin/php ]; then
|
if [ -f ./bin/php ]; then
|
||||||
./bin/php -d enable_dl=On PocketMine-MP.php $@
|
./bin/php -d enable_dl=On PocketMine-MP.php $@
|
||||||
else
|
else
|
||||||
|
echo "[WARNING] You are not using the standalone PocketMine-MP PHP binary."
|
||||||
php -d enable_dl=On PocketMine-MP.php $@
|
php -d enable_dl=On PocketMine-MP.php $@
|
||||||
fi
|
fi
|
Loading…
x
Reference in New Issue
Block a user