Skip to content

Commit

Permalink
Fix wrong key for trophy models
Browse files Browse the repository at this point in the history
  • Loading branch information
glowredman committed Nov 15, 2023
1 parent 4151ef8 commit 07791be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class TrophyHandler {
public static final String PROPERTY_ID = "id";
public static final String PROPERTY_CONDITION = "condition";
public static final String PROPERTY_TYPE = "type";
public static final String PROPERTY_MODEL = "type";
public static final String PROPERTY_MODEL = "model";

static void parseTrophy(JsonElement element) {
JsonObject json = element.getAsJsonObject();
Expand Down

0 comments on commit 07791be

Please sign in to comment.