mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-09 20:21:07 +00:00
Fixed typo in debug message when a player reloads the shops
This commit is contained in:
parent
6c38c74e54
commit
7dcd61a56a
@ -248,7 +248,7 @@ class ShopCommand extends BukkitCommand {
|
||||
}
|
||||
|
||||
int count = shopUtils.reloadShops(true);
|
||||
plugin.debug(player.getName() + " is reloaded " + count + " shops");
|
||||
plugin.debug(player.getName() + " has reloaded " + count + " shops");
|
||||
player.sendMessage(LanguageUtils.getMessage(LocalizedMessage.Message.RELOADED_SHOPS, new LocalizedMessage.ReplacedRegex(Regex.AMOUNT, String.valueOf(count))));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user