Skip to content

Commit

Permalink
yeet duplicate proxyshutdown event listener
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Jan 17, 2024
1 parent 1240c70 commit 8033925
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,6 @@ public void onProxyBound(ListenerBoundEvent event) {
}
}

@Subscribe
public void onProxyShutdown(ProxyShutdownEvent event) {
onGeyserShutdown();
}

@Override
public BootstrapDumpInfo getDumpInfo() {
return new GeyserVelocityDumpInfo(proxyServer);
Expand Down

0 comments on commit 8033925

Please sign in to comment.