dont spread misinformation :)

This commit is contained in:
Pyrbu 2023-10-28 02:23:08 +02:00
parent f809800905
commit 1fae5c1cf6

@ -10,7 +10,7 @@ public abstract class NpcEvent extends Event {
private final Player player; private final Player player;
public NpcEvent(Player player, NpcEntry entry) { 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.entry = entry;
this.player = player; this.player = player;
} }