Skip to content

Commit

Permalink
guess, not able to test cuz of a paywalled fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Jun 8, 2024
1 parent 5543fc8 commit 6e3adfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void onLogout(PlayerDisconnectEvent event) {

@EventHandler
public void onConnect(ServerConnectedEvent event) {
new BungeeProxyNode(event.getPlayer().getServer().getInfo()).sendPacket(new AnnouncePlatformPacket(
new BungeeProxyNode(event.getServer().getInfo()).sendPacket(new AnnouncePlatformPacket(
OpenAudioMc.getService(AuthenticationService.class).getServerKeySet().getPublicKey().getValue(),
Platform.BUNGEE
));
Expand Down

0 comments on commit 6e3adfb

Please sign in to comment.