Skip to content

Commit

Permalink
Addonchecker: Added Graffiti (#1518)
Browse files Browse the repository at this point in the history
Added the Graffiti addon to the addonchecker because it causes multiple
issue.
- It doesn't use the TTT base correctly
- It breaks playermodels if you throw the Graffiti away
- If you die while using it you will still hear the spray sound
  • Loading branch information
mexikoedi committed May 20, 2024
1 parent 79b20d4 commit 310e1b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gamemodes/terrortown/gamemode/server/sv_addonchecker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ addonChecker.curatedList = {
reason = "Breaks random weapon spawns by overwriting the random weapon entity.",
type = ADDON_INCOMPATIBLE,
},
["2705642928"] = { -- Graffiti by Leeroy
reason = "This addon doesn't use the TTT base correctly and also causes sound and broken playermodel issues.",
type = ADDON_INCOMPATIBLE,
},
["456247192"] = { -- TTT Coffee-Cup Hunt by Niandra!
alternative = "2150924507",
reason = "Addon is broken and doesn't do anything.",
Expand Down

0 comments on commit 310e1b9

Please sign in to comment.