reduce more real
This commit is contained in:
parent
aeba24c6dd
commit
8e306fbdeb
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ public class GrepLogPlugin {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void finish () {
|
private void finish () {
|
||||||
if (results.toString().split("\n").length < 300) { // ig lazy fix for removing \n lol
|
if (results.toString().split("\n").length < 100) { // ig lazy fix for removing \n lol
|
||||||
bot.chat().tellraw(
|
bot.chat().tellraw(
|
||||||
Component.empty()
|
Component.empty()
|
||||||
.append(Component.text("Log query output:"))
|
.append(Component.text("Log query output:"))
|
||||||
|
|
Loading…
Reference in a new issue