We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e0c08 commit 15e3a8aCopy full SHA for 15e3a8a
src/main/java/com/github/elic0de/hungergames/listener/EventListener.java
@@ -106,11 +106,6 @@ public void onWorldLoad(WorldLoadEvent event) {
106
world.setGameRule(GameRule.ANNOUNCE_ADVANCEMENTS, false);
107
}
108
109
-
110
- @EventHandler
111
- private void onLogin(PlayerLoginEvent event) {
112
- System.out.println(event.getHostname());
113
- }
114
@EventHandler
115
private void onMove(EntityToggleGlideEvent event) {
116
if (event.getEntity() instanceof Player player) {
0 commit comments