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 c4691d7 commit 7bf9b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@ private void listenerRegistration() {
pluginManager.registerEvents(new JoinListener(), this);
pluginManager.registerEvents(new QuitListener(), this);
pluginManager.registerEvents(new ShiftListener(), this);
pluginManager.registerEvents(new VehicleExitListner(), this);
pluginManager.registerEvents(new VehicleExitListener(), this);
pluginManager.registerEvents(new PlayerInteractListener(), this);
pluginManager.registerEvents(new EntityDamageByEntityListener(), this);
}
Expand Down

0 comments on commit 7bf9b13

Please sign in to comment.