Skip to content

Commit f4364d7

Browse files
world of colors update
apparently just "color" on it's own does not actually "reset" color to console default when working with batch files I guess
1 parent 19628f6 commit f4364d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: ServerStart.bat

+1-2
Original file line numberDiff line numberDiff line change
@@ -486,14 +486,13 @@ ATTRIB -R "%MC_SERVER_SPONGE_BOOT%" 1>> "%~dp0serverstart.log" 2>&1 || ECHO INF
486486
ATTRIB -R "%MC_SERVER_FORGE_JAR%" 1>> "%~dp0serverstart.log" 2>&1 || ECHO INFO: No Forge Jar present to UN-read-only 1>> "%~dp0serverstart.log" 2>&1
487487

488488
:STARTSERVER
489-
COLOR
490489
CLS
491490
TITLE %MC_SERVER_PACKNAME% Server Running
492491
ECHO.
493492
ECHO.
494493
ECHO Starting %MC_SERVER_PACKNAME% Server...
495494
ECHO INFO: Starting Server... 1>> "%~dp0serverstart.log" 2>&1
496-
COLOR
495+
COLOR 07
497496

498497
REM Batch will wait here indefinetly while MC server is running
499498
IF %MC_SERVER_SPONGE% EQU 1 (

0 commit comments

Comments
 (0)