Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2243 from PEMapModder/patch-1
Browse files Browse the repository at this point in the history
cmd files comment syntax should be like this.
  • Loading branch information
msjyoo committed Nov 13, 2014
2 parents 1a5544f + 577a7a1 commit 2068cc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions start.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ if exist PocketMine-MP.phar (
)
)

#if exist bin\php\php_wxwidgets.dll (
# %PHP_BINARY% %POCKETMINE_FILE% --enable-gui %*
#) else (
REM if exist bin\php\php_wxwidgets.dll (
REM %PHP_BINARY% %POCKETMINE_FILE% --enable-gui %*
REM ) else (
if exist bin\mintty.exe (
start "" bin\mintty.exe -o Columns=88 -o Rows=32 -o AllowBlinking=0 -o FontQuality=3 -o Font="DejaVu Sans Mono" -o FontHeight=10 -o CursorType=0 -o CursorBlinks=1 -h error -t "PocketMine-MP" -i bin/pocketmine.ico -w max %PHP_BINARY% %POCKETMINE_FILE% --enable-ansi %*
) else (
%PHP_BINARY% -c bin\php %POCKETMINE_FILE% %*
)
#)
REM )

0 comments on commit 2068cc9

Please sign in to comment.