Remove notifications
I'm done with this shit
This commit is contained in:
@@ -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,
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user