mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2026-01-06 15:51:50 +00:00
fix async event
This commit is contained in:
@@ -29,6 +29,7 @@ public class CompetitionEvent extends Event {
|
||||
private final FishingCompetition competition;
|
||||
|
||||
public CompetitionEvent(State state, FishingCompetition competition) {
|
||||
super(true);
|
||||
this.state = state;
|
||||
this.competition = competition;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user