From 55948b6b9751923ca21e278a268801de9b987148 Mon Sep 17 00:00:00 2001 From: TeTpaAka Date: Wed, 4 Mar 2015 21:16:05 +0100 Subject: [PATCH] Removed debug output Updated Version in README --- README | 2 +- formspecs.lua | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 {}