dont spread misinformation :)
This commit is contained in:
parent
f809800905
commit
1fae5c1cf6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ public abstract class NpcEvent extends Event {
|
|||
private final Player player;
|
||||
|
||||
public NpcEvent(Player player, NpcEntry entry) {
|
||||
super(true); // All events are async since 95% of the plugin is async
|
||||
super(true); // All events are async since 99% of the plugin is async
|
||||
this.entry = entry;
|
||||
this.player = player;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue