forked from j62/ctbrec
1
0
Fork 0

Set default for showPlayerStarting to false

This commit is contained in:
0xboobface 2018-11-29 17:50:09 +01:00
parent c17dcc4216
commit cbe466e7b9
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class Settings {
} }
public boolean singlePlayer = true; public boolean singlePlayer = true;
public boolean showPlayerStarting = true; public boolean showPlayerStarting = false;
public boolean localRecording = true; public boolean localRecording = true;
public int httpPort = 8080; public int httpPort = 8080;
public int httpTimeout = 10000; public int httpTimeout = 10000;