CraftSim

CraftSim

2M Downloads

DataExport.lua:62 throws an error on Recraft panel

Znuff opened this issue ยท 0 comments

commented

Checking for operationInfo before seem to "fix" it:

	local operationInfo = schematicForm:GetRecipeOperationInfo()
    if operationInfo then
        recipeData.expectedQuality = operationInfo.craftingQuality
    else 
        return nil
    end