mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Fix bas variable name in commandblock mod
This commit is contained in:
parent
8adf6298a7
commit
9ef313d0a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue