mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-08 08:23:59 +01:00
parent
ab0713d9a5
commit
dc77d1056c
@ -148,9 +148,11 @@ local function get_receivers(pos, channel)
|
||||
return receivers
|
||||
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 private receivers")
|
||||
S("Use <player>;<channel> for private receivers")
|
||||
)
|
||||
|
||||
local size = has_digilines and "8,5.9" or "8,4.4"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user