parent
ab0713d9a5
commit
dc77d1056c
@ -148,9 +148,11 @@ local function get_receivers(pos, channel)
|
|||||||
return receivers
|
return receivers
|
||||||
end
|
end
|
||||||
|
|
||||||
local help_text = S("Channels are public by default").."\n"..
|
local help_text = minetest.formspec_escape(
|
||||||
|
S("Channels are public by default").."\n"..
|
||||||
S("Use <player>:<channel> for fully private channels").."\n"..
|
S("Use <player>:<channel> for fully private channels").."\n"..
|
||||||
S("Use <player>\\;<channel> for private receivers")
|
S("Use <player>;<channel> for private receivers")
|
||||||
|
)
|
||||||
|
|
||||||
local size = has_digilines and "8,5.9" or "8,4.4"
|
local size = has_digilines and "8,5.9" or "8,4.4"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user