diff --git a/Heimdall.lua b/Heimdall.lua index 4da42ef..0589cfd 100644 --- a/Heimdall.lua +++ b/Heimdall.lua @@ -171,12 +171,7 @@ local function init() "Растафаркрай", "Frosstmorn", "Pulsjkee", - "Paskoo", - "Totleta", - "Healleta", - "Deathleta", - "Shootleta", - "Stableta" + "Paskoo" }), stinkies = data.GetOrDefault(Heimdall_Data, { "config", "stinkies" }, { ["Ahhahahh"] = true, diff --git a/Whoer.lua b/Whoer.lua index c76a88b..db75329 100644 --- a/Whoer.lua +++ b/Whoer.lua @@ -291,9 +291,9 @@ function data.Whoer.Init() local stinky = data.config.stinkies[name] if stinky then player.stinky = true - PlaySoundFile("Interface\\Sounds\\Domination.ogg", "Master") + --PlaySoundFile("Interface\\Sounds\\Domination.ogg", "Master") else - PlaySoundFile("Interface\\Sounds\\Cloak.ogg", "Master") + --PlaySoundFile("Interface\\Sounds\\Cloak.ogg", "Master") end local err = Notify(player) @@ -332,7 +332,7 @@ function data.Whoer.Init() for name, player in pairs(HeimdallStinkies) do if player.lastSeenInternal + data.config.who.ttl < GetTime() then NotifyGone(player) - PlaySoundFile("Interface\\Sounds\\Uncloak.ogg", "Master") + --PlaySoundFile("Interface\\Sounds\\Uncloak.ogg", "Master") HeimdallStinkies[name] = nil end end