mirror of
https://github.com/MinetestForFun/quests.git
synced 2024-11-13 06:00:18 +01:00
Removed debug output
Updated Version in README
This commit is contained in:
parent
0d6868cff6
commit
55948b6b97
2
README
2
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.
|
||||
|
||||
|
|
|
@ -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 {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user