Skip to content

Commit

Permalink
loot tracker: add source to LootRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed May 19, 2024
1 parent 11867cd commit 869ced9
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,5 @@ public class LootRecord
private Instant time;
private Integer world;
private int amount = 1;

public LootRecord(String eventId, LootRecordType type, Object metadata, Collection<GameItem> drops, Instant time, Integer world)
{
this(eventId, type, metadata, drops, time, world, 1);
}
private String source;
}

0 comments on commit 869ced9

Please sign in to comment.