Skip to content

Commit

Permalink
fuck it, edit on phone
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn authored Feb 28, 2021
1 parent 980558b commit c51ab80
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public class ConfigEntry {
public ConfigEntry(Identifier id, boolean defaultValue, boolean synced) {
this.id = id;
this.defaultValue = defaultValue;
this.value = defaultValue;
this.synced = synced;
}

Expand Down

0 comments on commit c51ab80

Please sign in to comment.