Skip to content

Commit 2b5d2e7

Browse files
authored
Added incompatible addon to the addonchecker (#1778)
The addon (https://steamcommunity.com/sharedfiles/filedetails/?id=2795122660) is no longer supported too and seems to cause some issues with TTT2. For example: How corpses are created is overwritten and causes them to act like they are fake.
1 parent ffc6c1f commit 2b5d2e7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to TTT2 will be documented here. Inspired by [keep a changel
1010

1111
### Changed
1212
- Updated Russian and English localization files (by @Satton2)
13+
- Updated the list of troublesome addons used by the addonchecker
1314

1415
## [v0.14.2b](https://github.com/TTT-2/TTT2/tree/v0.14.2b) (2025-02-02)
1516

gamemodes/terrortown/gamemode/server/sv_addonchecker.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ addonChecker.curatedList = {
207207
reason = "This addon doesn't use the TTT base correctly and also causes sound and broken playermodel issues.",
208208
type = ADDON_INCOMPATIBLE,
209209
},
210+
["2795122660"] = { -- TTT Weapon Rework by wget
211+
reason = "This addon messes with some core TTT(2) functions, creating issues like corpses being recognized as 'fake' even though they are not.",
212+
type = ADDON_INCOMPATIBLE,
213+
},
210214
["456247192"] = { -- TTT Coffee-Cup Hunt by Niandra!
211215
alternative = "2150924507",
212216
reason = "Addon is broken and doesn't do anything.",

0 commit comments

Comments
 (0)