Skip to content

Commit

Permalink
im so dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
quasar098 committed Nov 6, 2022
1 parent 148e188 commit ef83ed5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void chatEvent(ClientChatReceivedEvent event) {
waitingForGameStart = true;
}

Pattern doSort = Pattern.compile("^Game Starting in 2 seconds!$");
Pattern doSort = Pattern.compile("^Game starting in 2 seconds!$");
if (doSort.matcher(event.message.getUnformattedText()).find()) {
if (VoxylEnhanced.settings.statsViewerSortOrder == 0) {
stats.sort(Comparator.comparing(u -> u.name));
Expand Down

0 comments on commit ef83ed5

Please sign in to comment.