Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
test: remove applylastformat
Browse files Browse the repository at this point in the history
  • Loading branch information
rDruTNT authored Apr 30, 2024
1 parent 81eb0e4 commit 574d72f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public static String refreshFormat(String now) {
}

public static BaseComponent applyLastFormat(BaseComponent component, String lastFormat) {
/*
for (int i = 0; i < lastFormat.length(); i++) {
char currentChar = lastFormat.charAt(i);
if (currentChar == '§' && i + 1 < lastFormat.length()) {
Expand All @@ -160,7 +161,7 @@ public static BaseComponent applyLastFormat(BaseComponent component, String last
i++;
}
}
}
}*/
return component;
}

Expand Down

0 comments on commit 574d72f

Please sign in to comment.