Add notifications for essence

This commit is contained in:
2025-01-21 08:50:59 +01:00
parent d143a18838
commit 0c5078e3f3
5 changed files with 54 additions and 5 deletions

View File

@@ -955,7 +955,7 @@ function shared.Config.Init()
Heimdall_Data.config.inviter.listeningChannel,
function(self)
local text = self:GetText()
if string.match(text, "%d+") then
if string.match(text, "%D+") then
Heimdall_Data.config.inviter.listeningChannel = text
print("Listening channel set to", tostring(text))
else