1
0
mirror of https://github.com/cabaletta/baritone synced 2024-12-19 05:34:40 +00:00

oops that should have been static

This commit is contained in:
babbaj 2019-01-07 01:25:39 -05:00
parent 227b303669
commit 23dc97ad5e

View File

@ -63,7 +63,7 @@ public class SettingsUtil {
}
}
public void readAndApply(Settings settings) {
public static void readAndApply(Settings settings) {
try {
forEachLine(settingsFile, line -> {
Matcher matcher = SETTING_PATTERN.matcher(line);