mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -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;
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue