1
0

Escape command block commands for formspec

Este cometimento está contido em:
Carter Kolwey
2016-04-21 02:15:54 -05:00
ascendente b487783c23
cometimento 2dea21f9ef

Ver ficheiro

@@ -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.."]" ..