Skip to content

Commit

Permalink
Fix custom-key for message in configuration. (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
q1zZu authored Feb 6, 2024
2 parents 006a002 + 4c282c5 commit 5fbca3d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public class MessagesSection extends OkaeriConfig {

@Comment("PL: Wiadomość, gdy ochrona startowa została wyłączona.")
@Comment("EN: Message, when start protection has been disabled.")
@CustomKey("protection-disabled")
private Message protectionDisabled = Message.chat("&8» &aPomyślnie wyłączyłeś ochronę startową!");

@Comment("PL: Wiadomość, gdy gracz nie ma aktywnej ochrony startowej.")
Expand Down

0 comments on commit 5fbca3d

Please sign in to comment.