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:
@@ -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))
|
||||
);
|
||||
|
Reference in New Issue
Block a user