Small shop QoL (#267)

* Shop command clarification

* small syntax
This commit is contained in:
Daniel Ginovker
2019-12-11 00:43:58 -05:00
committed by GitHub
parent f3b47bb0d6
commit 64ae22188f
2 changed files with 5 additions and 1 deletions
@@ -37,6 +37,8 @@ public class BotHandler {
return;
}
player.getPacketSender().sendMessage("Shop commands- ::withdrawshop, ::closeshop");
Client playerShop = getPlayerShop(player);
if (playerShop == null) {