1
0
mirror of https://github.com/cabaletta/baritone synced 2024-12-18 21:24:53 +00:00

since all settings are individually final, the class should be too

This commit is contained in:
Leijurv 2019-02-06 10:23:01 -08:00
parent 3326339263
commit 92ba76e7a1
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -667,7 +667,7 @@ public final class Settings {
}
}
public class Setting<T> {
public final class Setting<T> {
public T value;
public final T defaultValue;
private String name;