Fix bas variable name in commandblock mod

This commit is contained in:
Wuzzy 2020-03-11 00:54:06 +01:00
parent 8adf6298a7
commit 9ef313d0a1
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ local on_rightclick = function(pos, node, player, itemstack, pointed_thing)
else
commanderstr = S("Commander: @1", commander)
end
local textrea_name, submit, textarea
local textarea_name, submit, textarea
-- If editing is not allowed, only allow read-only access.
-- Player can still view the contents of the command block.
if can_edit then