give_initial_stuff: syntax correction for default initial stuff

This commit is contained in:
Milan 2017-08-04 17:32:45 +02:00
parent 006451a15e
commit 58d85150c1

View File

@ -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 = {}