mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2025-02-22 02:42:21 +01:00
Fix command output of migrate command
This commit is contained in:
parent
0b24b82663
commit
d8c9676eed
@ -48,7 +48,7 @@ public void execute(final @NotNull CommandSender sender, final @NotNull String m
|
||||
}
|
||||
else
|
||||
{
|
||||
sender.sendMessage("/" + mainCommandAlias + ' ' + alias + "database");
|
||||
sender.sendMessage("/" + mainCommandAlias + ' ' + alias + ' ' + "database");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user