fix: update event handler annotation for bed enter event
This commit is contained in:
@@ -82,8 +82,8 @@ public class EnvironmentExListeners implements Listener {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
@EventHandlers
|
||||
//TEST
|
||||
@EventHandler
|
||||
public void onBedEnter(PlayerBedEnterEvent e) {
|
||||
|
||||
e.getPlayer().setStatistic(Statistic.TIME_SINCE_REST, 0);
|
||||
|
||||
Reference in New Issue
Block a user