Aktualizovat „mesecons/mesecons_commandblock/init.lua“

This commit is contained in:
Milan2018 2020-07-30 11:23:16 +02:00
parent 849eab326b
commit f726290d80
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ local function commandblock_action_on(pos, node)
end
local commands = resolve_commands(meta:get_string("commands"), pos)
for _, command in pairs(commands:split("\n")) do
for _, command in pairs(commands:split("\n/")) do
local pos = command:find(" ")
local cmd, param = command, ""
if pos then