mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2025-09-02 11:36:59 +00:00
@ -160,7 +160,7 @@ public class Tellraw {
|
|||||||
for (final String t : texts) {
|
for (final String t : texts) {
|
||||||
text.append(t).append("\n");
|
text.append(t).append("\n");
|
||||||
}
|
}
|
||||||
return tip(text.toString().substring(0, text.length() - 2));
|
return tip(text.toString().substring(0, text.length() - 1));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user