diff --git a/Server/src/main/kotlin/rs09/game/interaction/item/withobject/AmmoMouldOnFurnace.kt b/Server/src/main/kotlin/rs09/game/interaction/item/withobject/AmmoMouldOnFurnace.kt index e693a4562..f70dc5a51 100644 --- a/Server/src/main/kotlin/rs09/game/interaction/item/withobject/AmmoMouldOnFurnace.kt +++ b/Server/src/main/kotlin/rs09/game/interaction/item/withobject/AmmoMouldOnFurnace.kt @@ -24,7 +24,7 @@ class AmmoMouldOnFurnace : InteractionListener(){ return true } if (getDynLevel(player, Skills.SMITHING) < levelRequirement) { - player.dialogueInterpreter.sendDialogue("You need a Smithing level of at least $levelRequirement in order to do this.") + sendDialogue(player,"You need a Smithing level of at least $levelRequirement in order to do this.") return true } if (!inInventory(player, Items.AMMO_MOULD_4)) {