Add option to echo to russian channel
This commit is contained in:
@@ -219,6 +219,16 @@ function shared.Whoer.Init()
|
||||
end
|
||||
end
|
||||
|
||||
if Heimdall_Data.config.echoToRussian then
|
||||
-- Russian message
|
||||
local ruMsg = {
|
||||
channel = "CHANNEL",
|
||||
data = Heimdall_Data.config.who.notifyChannel .. "ru",
|
||||
message = player:NotifyRu()
|
||||
}
|
||||
table.insert(shared.messenger.queue, ruMsg)
|
||||
end
|
||||
|
||||
return nil
|
||||
end
|
||||
---@param player Player
|
||||
|
||||
Reference in New Issue
Block a user