From 0e362a4b4119bcf10c1a86324006ef2c5d5537c0 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Sat, 2 Sep 2023 10:49:56 +0500 Subject: [PATCH] add conflicting addon + remove white box on 720p --- beatrun/gamemodes/beatrun/gamemode/cl/AddonWarning.lua | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/beatrun/gamemodes/beatrun/gamemode/cl/AddonWarning.lua b/beatrun/gamemodes/beatrun/gamemode/cl/AddonWarning.lua index b94b47d..fdcd532 100644 --- a/beatrun/gamemodes/beatrun/gamemode/cl/AddonWarning.lua +++ b/beatrun/gamemodes/beatrun/gamemode/cl/AddonWarning.lua @@ -45,7 +45,8 @@ local incompatible = { ["2316713217"] = true, ["2052642961"] = true, ["2635378860"] = true, - ["2919957168"] = true + ["2919957168"] = true, + ["104815552"] = true } local warnpanel = { @@ -147,10 +148,6 @@ local function WarningIcon() else surface.SetDrawColor(15, 15, 15, 125) end - - surface.DrawRect(0, 0, 33, 29) - surface.SetDrawColor(255, 255, 255, 125) - surface.DrawTexturedRect(0, 1, 32, 26) end if CheckAddons() >= 1 then