give_initial_stuff: syntax correction for default initial stuff
This commit is contained in:
parent
006451a15e
commit
58d85150c1
1 changed files with 1 additions and 2 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue