adjust API change

master
Alexander Weber 2019-01-22 18:52:54 +01:00
parent dbbd4e203b
commit f9e442d397
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ local function revealed_show_recipe(recipe, playername)
return true
end
craftguide.set_progressive_filter(function(recipes, player)
craftguide.set_progressive_filter('reveal', function(recipes, player)
local filtered = {}
for i = 1, #recipes do
local recipe = recipes[i]