Skip to content

Commit

Permalink
Fix proxied messages not getting logged to console
Browse files Browse the repository at this point in the history
  • Loading branch information
Allymonies committed Feb 8, 2022
1 parent 9f3d501 commit bdd700c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/omnipico/pluralkitmc/ProxyListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public void onChat(AsyncPlayerChatEvent event) {
discord.processChatMessage(player, message, "global", false);
}
}
Bukkit.getConsoleSender().spigot().sendMessage(sendable);
event.setCancelled(true);
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: PluralKitMC
version: 0.4.10
version: 0.4.11
author: Allymonies
main: com.omnipico.pluralkitmc.PluralKitMC
api-version: 1.18
Expand Down
2 changes: 1 addition & 1 deletion target/classes/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: PluralKitMC
version: 0.4.10
version: 0.4.11
author: Allymonies
main: com.omnipico.pluralkitmc.PluralKitMC
api-version: 1.18
Expand Down

0 comments on commit bdd700c

Please sign in to comment.