Skip to content

Commit 28dcff8

Browse files
authored
Addonchecker: Added new entry (#1832)
1 parent b55f1a3 commit 28dcff8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gamemodes/terrortown/gamemode/server/sv_addonchecker.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ addonChecker.curatedList = {
211211
reason = "This addon messes with some core TTT(2) functions, creating issues like corpses being recognized as 'fake' even though they are not.",
212212
type = ADDON_INCOMPATIBLE,
213213
},
214+
["1595332211"] = { -- GmodAdminSuite by Methylenedioxymethamphetamine
215+
reason = "Breaks the weapon pickup.",
216+
type = ADDON_INCOMPATIBLE,
217+
},
214218
["456247192"] = { -- TTT Coffee-Cup Hunt by Niandra!
215219
alternative = "2150924507",
216220
reason = "Addon is broken and doesn't do anything.",

0 commit comments

Comments
 (0)