Skip to content

Commit

Permalink
GSON Hotfix (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
koolkrafter5 authored Jan 18, 2025
1 parent 52b4415 commit e629d04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ public class MeteorReagent {
public int fillerChanceChange = 0;
public int rawFillerChanceChange = 0;
public String[] filler = {};
public List<MeteorParadigmComponent> parsedFiller = new ArrayList<>();
public transient List<MeteorParadigmComponent> parsedFiller = new ArrayList<>();

}

0 comments on commit e629d04

Please sign in to comment.