1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-23 22:52:48 +02:00

Fix verbose command no checks message format

This commit is contained in:
Luck
2021-01-02 00:50:18 +00:00
parent 8124a17adb
commit c3581c00d3

View File

@@ -565,6 +565,7 @@ public interface Message {
.color(GRAY)
.append(translatable("luckperms.command.verbose.command.possibly-async"))
.append(FULL_STOP)
.append(space())
.append(translatable("luckperms.command.verbose.command.try-again-manually"))
.append(FULL_STOP))
);