give_initial_stuff: syntax correction for default initial stuff
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
local stuff_string = minetest.settings:get("initial_stuff") or
|
||||
"illuna:noobcoin 42" ..
|
||||
"magical_potion:fly_small 2"
|
||||
"illuna:noobcoin 42,magical_potion:fly_small 2"
|
||||
|
||||
give_initial_stuff = {
|
||||
items = {}
|
||||
|
Reference in New Issue
Block a user