mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Fix bas variable name in commandblock mod
This commit is contained in:
@ -155,7 +155,7 @@ local on_rightclick = function(pos, node, player, itemstack, pointed_thing)
|
|||||||
else
|
else
|
||||||
commanderstr = S("Commander: @1", commander)
|
commanderstr = S("Commander: @1", commander)
|
||||||
end
|
end
|
||||||
local textrea_name, submit, textarea
|
local textarea_name, submit, textarea
|
||||||
-- If editing is not allowed, only allow read-only access.
|
-- If editing is not allowed, only allow read-only access.
|
||||||
-- Player can still view the contents of the command block.
|
-- Player can still view the contents of the command block.
|
||||||
if can_edit then
|
if can_edit then
|
||||||
|
Reference in New Issue
Block a user