mirror of
https://github.com/BentoBoxWorld/Level.git
synced 2024-11-05 18:22:37 +01:00
setLogReportToConsole to ConfigSettings (#209)
This commit is contained in:
parent
25ba4dc7eb
commit
aeb48c6f3e
@ -376,5 +376,13 @@ public class ConfigSettings implements ConfigObject {
|
||||
public boolean isLogReportToConsole() {
|
||||
return logReportToConsole;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param logReportToConsole if logReportToConsole should be shown on console
|
||||
*/
|
||||
public void setLogReportToConsole(boolean logReportToConsole) {
|
||||
this.logReportToConsole = logReportToConsole;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user