Skip to content

Commit

Permalink
Typo/formatting correction
Browse files Browse the repository at this point in the history
  • Loading branch information
estralis committed Nov 5, 2023
1 parent 9016c32 commit 2a0fc0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions craft/base/crafts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -585,14 +585,14 @@ function Craft:locationFine(user)
local germanTool = world:getItemName(self.defaultTool, Player.german)
local englishTool = world:getItemName(self.defaultTool, Player.english)
common.HighInformNLS(user,
"Du stehst nicht neben dem ben?tigten Werkzeug: " .. germanTool,
"Du stehst nicht neben dem benötigten Werkzeug: " .. germanTool,
"There is no " .. englishTool .. " close by to work with.")
end
return false
elseif common.GetFrontItem(user).id == 359 and common.GetFrontItem(user).quality == 100 then
if not self.fallbackCraft then
common.HighInformNLS(user,
"Aus irgendeinem Grund liefert die Flamme nicht die ben?tigte Hitze.",
"Aus irgendeinem Grund liefert die Flamme nicht die benötigte Hitze.",
"For some reason the flame does not provide the required heat.")
end
return false
Expand Down

0 comments on commit 2a0fc0f

Please sign in to comment.