Skip to content

Commit

Permalink
Update LanguageData.java
Browse files Browse the repository at this point in the history
  • Loading branch information
MicrocontrollersDev authored Jun 27, 2023
1 parent db71033 commit 97a0f24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class LanguageData {
public String chatCleanerCurseOfSpam = "KALI HAS STRIKEN YOU WITH THE CURSE OF SPAM";
public String chatCleanerDuelsBlockTrail = "Your block trail aura is disabled in this mode!";
public String chatCleanerSkyblockWelcome = "Welcome to Hypixel SkyBlock!";
public String chatDiscordSafetyWarning = "Please be mindful of Discord link in chat as they may pose a security risk";
public String chatDiscordSafetyWarning = "Please be mindful of Discord links in chat as they may pose a security risk";

private String achievementPattern = "a>> {3}Achievement Unlocked: (?<achievement>.+) {3}<<a";
private String levelUpPattern = "You are now Hypixel Level (?<level>\\d+)!";
Expand Down

0 comments on commit 97a0f24

Please sign in to comment.