mirror of
https://github.com/BentoBoxWorld/Level.git
synced 2024-11-23 18:45:17 +01:00
setLogReportToConsole to ConfigSettings (#209)
This commit is contained in:
parent
25ba4dc7eb
commit
aeb48c6f3e
@ -377,4 +377,12 @@ public class ConfigSettings implements ConfigObject {
|
|||||||
return logReportToConsole;
|
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