mirror of
https://github.com/TeTpaAka/quests.git
synced 2024-12-22 16:50:39 +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.
|
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
|
-- construct the questlog
|
||||||
function quests.create_formspec(playername, tab, integrated)
|
function quests.create_formspec(playername, tab, integrated)
|
||||||
print(tab)
|
|
||||||
local queststringlist = {}
|
local queststringlist = {}
|
||||||
local questlist = {}
|
local questlist = {}
|
||||||
quests.formspec_lists[playername] = quests.formspec_lists[playername] or {}
|
quests.formspec_lists[playername] = quests.formspec_lists[playername] or {}
|
||||||
|
Loading…
Reference in New Issue
Block a user