forked from j62/ctbrec
Set default for showPlayerStarting to false
This commit is contained in:
parent
c17dcc4216
commit
cbe466e7b9
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue