diff options
| author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-22 06:50:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-22 06:50:31 -0500 |
| commit | 58ff94539f7e9fc092c2755bb9aba884abe7f5ee (patch) | |
| tree | 605fdf64c6e8400a8869747637ffd4199945a73f /src/main/java/io/github/moulberry/notenoughupdates/dungeons/DungeonWin.java | |
| parent | 2aef9a1a59ae9588b5d9731e1d8162c486461d7f (diff) | |
| download | notenoughupdates-58ff94539f7e9fc092c2755bb9aba884abe7f5ee.tar.gz notenoughupdates-58ff94539f7e9fc092c2755bb9aba884abe7f5ee.tar.bz2 notenoughupdates-58ff94539f7e9fc092c2755bb9aba884abe7f5ee.zip | |
fix /locraw bug, bumped version (#37)
closes #35
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/dungeons/DungeonWin.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/dungeons/DungeonWin.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/dungeons/DungeonWin.java b/src/main/java/io/github/moulberry/notenoughupdates/dungeons/DungeonWin.java index d79e9840..b92318e8 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/dungeons/DungeonWin.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/dungeons/DungeonWin.java @@ -152,8 +152,8 @@ public class DungeonWin { long currentTime = System.currentTimeMillis(); String unformatted = Utils.cleanColour(e.message.getUnformattedText()); - //Added two more Resets, cant do Reset+Reset+Reset cause idk? - //hypixel please dont randomly add more + //Added two more Resets, can't do Reset+Reset+Reset cause idk? + //hypixel please don't randomly add more if (e.message.getFormattedText().startsWith(EnumChatFormatting.RESET + "" + EnumChatFormatting.RESET + "" + EnumChatFormatting.RESET + " ")) { if (currentTime - lastDungeonFinish > 30000) { |
