mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
Changed files
This commit is contained in:
parent
0b683c6b0e
commit
8abc36acd4
@ -30,7 +30,7 @@ class ConsoleAPI{
|
||||
function __construct(PocketMinecraftServer $server){
|
||||
$this->help = array();
|
||||
$this->server = $server;
|
||||
$this->input = fopen(FILE_PATH."console.in", "w+b");
|
||||
$this->input = fopen(FILE_PATH."src/console.in", "w+b");
|
||||
$this->last = microtime(true);
|
||||
}
|
||||
|
||||
|
@ -26,7 +26,7 @@ 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 server.php
|
||||
START /B /WAIT php input.php 1
|
||||
START /B CMD /C CALL php PocketMine-MP.php
|
||||
START /B /WAIT php src/input.php 1
|
||||
ping 127.0.0.1 -n 5 -w 1000>nul
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user