mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-03 10:32:33 +00:00
Changed filename to use 32-bit
This commit is contained in:
parent
d515e44de9
commit
c57fd5c8f7
@ -30,6 +30,6 @@ while(true){
|
||||
$l = fgets(STDIN);
|
||||
fwrite($fp, $l);
|
||||
if(strtolower(trim($l)) === "stop" and isset($argv[1]) and trim($argv[1]) == "1"){
|
||||
sleep(5);die();
|
||||
die();
|
||||
}
|
||||
}
|
@ -1,5 +1,8 @@
|
||||
@echo off
|
||||
TITLE Pocket-Minecraft-PHP Server - by @shoghicp
|
||||
COLOR F0
|
||||
mode con: cols=90
|
||||
|
||||
echo.
|
||||
echo -
|
||||
echo / \
|
||||
@ -25,4 +28,5 @@ 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
|
||||
ping 127.0.0.1 -n 5 -w 1000>nul
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user