forked from VoxeLibre/VoxeLibre
fix msg to be mc like
https://www.digminecraft.com/game_commands/enable_command_blocks.php
This commit is contained in:
parent
8258dae1b8
commit
0e5bbd6d3d
|
@ -4,7 +4,7 @@ local F = minetest.formspec_escape
|
|||
local color_red = mcl_colors.RED
|
||||
|
||||
local command_blocks_activated = minetest.settings:get_bool("mcl_enable_commandblocks", true)
|
||||
local msg_not_activated = S("Command Blocks are not activated on the server") --TODO: real mc message and translation
|
||||
local msg_not_activated = S("Command blocks are not enabled on this server") --TODO: translation
|
||||
|
||||
local function construct(pos)
|
||||
local meta = minetest.get_meta(pos)
|
||||
|
|
Loading…
Reference in New Issue