fix: update event handler annotation for bed enter event

This commit is contained in:
Your Name
2025-03-10 21:21:48 +01:00
parent 5e9129f09b
commit 755159e5af

View File

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