diff --git a/README b/README index fe74843..acefa3b 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -quests 0.5 +quests 0.6 quests is a simple quest framework for minetest that lets you define your own quests and handels the representation. diff --git a/formspecs.lua b/formspecs.lua index 90d3bd0..f21757b 100644 --- a/formspecs.lua +++ b/formspecs.lua @@ -10,7 +10,6 @@ end -- construct the questlog function quests.create_formspec(playername, tab, integrated) - print(tab) local queststringlist = {} local questlist = {} quests.formspec_lists[playername] = quests.formspec_lists[playername] or {}