mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2025-11-03 23:06:02 +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