Changed files

This commit is contained in:
Shoghi Cervantes Pueyo 2012-12-28 15:12:46 +01:00
parent 0b683c6b0e
commit 8abc36acd4
5 changed files with 5 additions and 5 deletions

View File

@ -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);
}

View File

@ -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
)

View File

@ -1,3 +1,3 @@
#!/bin/bash
php server.php &
cat>console.in
php PocketMine-MP.php &
cat > src/console.in