Skip to content

Commit

Permalink
Update main.java
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Jan 18, 2024
1 parent 14cfc41 commit dba6948
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/de/zoeyvid/stacker/main.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ private void listenerRegistration() {
pluginManager.registerEvents(new JoinListener(), this);
pluginManager.registerEvents(new QuitListener(), this);
pluginManager.registerEvents(new ShiftListener(), this);
pluginManager.registerEvents(new VehicleExitListener(), this);
pluginManager.registerEvents(new PlayerInteractListener(), this);
pluginManager.registerEvents(new EntityDamageByEntityListener(), this);
}
Expand Down

0 comments on commit dba6948

Please sign in to comment.