diff options
Diffstat (limited to 'npc/craft/recipes.txt')
-rw-r--r-- | npc/craft/recipes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 357fd363c..0f8278a06 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -58,7 +58,7 @@ function showRecipe { if (.@item <= 0) { // target item not found - debugmes("ERROR, INVALID ITEM ID DETECTED at showRecipe"); + consolebug("ERROR, INVALID ITEM ID DETECTED at showRecipe"); continue; } |