mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-26 04:25:15 +01:00
Update Language.java
This commit is contained in:
parent
7dd56a2698
commit
82a2e69daa
@ -121,7 +121,7 @@ public class Language {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public List<String> ColorsArray(List<String> text, Boolean colorize) {
|
public List<String> ColorsArray(List<String> text, Boolean colorize) {
|
||||||
List<String> temp = new ArrayList<String>();
|
List<String> temp = new ArrayList<>();
|
||||||
for (String part : text) {
|
for (String part : text) {
|
||||||
if (colorize)
|
if (colorize)
|
||||||
part = Colors(part);
|
part = Colors(part);
|
||||||
|
Loading…
Reference in New Issue
Block a user