mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2025-09-01 11:26:56 +00:00
@ -160,7 +160,7 @@ public class Tellraw {
|
||||
for (final String t : texts) {
|
||||
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