mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 03:25:19 +01:00
Fix verbose command no checks message format
This commit is contained in:
parent
8124a17adb
commit
c3581c00d3
@ -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))
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user