Fixed missing space in pottery messages
This commit is contained in:
@@ -56,7 +56,7 @@ public final class FirePotteryPulse extends SkillPulse<Item> {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (!player.getInventory().containsItem(pottery.getUnfinished())) {
|
if (!player.getInventory().containsItem(pottery.getUnfinished())) {
|
||||||
player.getPacketDispatch().sendMessage("You need a " + pottery.name().toLowerCase() + "in order to do this.");
|
player.getPacketDispatch().sendMessage("You need a " + pottery.name().toLowerCase() + " in order to do this.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user