9
0
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:
XiaoMoMi
2024-01-25 01:32:33 +08:00
parent c979173ba9
commit 381566e531
4 changed files with 15 additions and 6 deletions

View File

@@ -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;
}