Disable lit/unlit burner indicators by default

Majority of players do not care about these and it is just permanent
noise in POH for them, leave the enabling of this setting to minority.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-08-29 00:09:41 +02:00
parent 5e5684f39f
commit eca392687b

View File

@@ -98,7 +98,7 @@ public interface PohConfig extends Config
)
default boolean showBurner()
{
return true;
return false;
}
@ConfigItem(