mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Fixed missing space in pottery messages
This commit is contained in:
parent
7d32e77860
commit
01b5e59250
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ public final class FirePotteryPulse extends SkillPulse<Item> {
|
|||
return false;
|
||||
}
|
||||
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 true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue