ComputerCraft

ComputerCraft

21M Downloads

[1.76pr4] commands return syntax error

Lion4ever opened this issue ยท 1 comments

commented

commands.exec("entitydata @e {}") works fine
commands.entitydata("@e","{}") fails
commands.entitydata("@e",{}) fails

commands.exec("tellraw @p test") works
commands.tellraw("@p","test") does not

i did not test this for all commands

commented

Fixed in pr5