Jump to content

Crafting UI bug. 41.37 [coffee bug]


Primal

Recommended Posts

It seems that function getFoodType() does not want to work with a non-food item.. Try in file projectzomboid/media/lua/client/ISUI/ISCraftingUI.lua changing line 401 to this:

local foodType = nil; if item.item:IsFood() then foodType = item.item:getFoodType() end

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...