Skip to content

Commit 750b116

Browse files
Migrate search and status commands to send messages instead of feedback to source
1 parent 006480b commit 750b116

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/kotlin/com/github/quiltservertools/ledger/utility/MessageUtils.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ object MessageUtils {
7070
} else {
7171
Style.EMPTY
7272
}
73-
}).setStyle(TextColorPallet.primary)
73+
}
74+
).setStyle(TextColorPallet.primary)
7475
)
7576
}
7677

0 commit comments

Comments
 (0)