forked from Mirrorlandia_minetest/mesecons
Merge pull request #264 from cheapie/master
Escape command block commands for formspec
This commit is contained in:
commit
c4f0c5c169
@ -43,7 +43,7 @@ minetest.register_chatcommand("hp", {
|
||||
})
|
||||
|
||||
local function initialize_data(meta)
|
||||
local commands = meta:get_string("commands")
|
||||
local commands = minetest.formspec_escape(meta:get_string("commands"))
|
||||
meta:set_string("formspec",
|
||||
"invsize[9,5;]" ..
|
||||
"textarea[0.5,0.5;8.5,4;commands;Commands;"..commands.."]" ..
|
||||
|
Loading…
Reference in New Issue
Block a user