mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 16:45:13 +00:00
Use Console Thread for Async I/O
This commit is contained in:
@ -26,7 +26,5 @@ if not "%PHPOUTPUT%"=="1" (
|
||||
echo [ERROR] Couldn't find PHP binary in PATH.
|
||||
ping 127.0.0.1 -n 3 -w 1000>nul
|
||||
) else (
|
||||
START /B CMD /C CALL php PocketMine-MP.php
|
||||
START /B /WAIT php src/common/input.php 1
|
||||
ping 127.0.0.1 -n 5 -w 1000>nul
|
||||
START /B /WAIT php PocketMine-MP.php
|
||||
)
|
Reference in New Issue
Block a user