Skip to content

Commit

Permalink
AddonChecker: Added Mirror Fate (#1519)
Browse files Browse the repository at this point in the history
added my new mirror fate addon to the addon checker
  • Loading branch information
TimGoll committed May 20, 2024
1 parent 8ffe86a commit 1a946fd
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions gamemodes/terrortown/gamemode/server/sv_addonchecker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,31 @@ addonChecker.curatedList = {
reason = "The addon is completely broken and doesn't work at all. Also this rework has better integration into TTT2 systems.",
type = ADDON_OUTDATED,
},
["611873052"] = { -- Mirror fate by Hagen
alternative = "3229789817",
reason = "Broken model, no UI feedback for affected people, no integration into TTT2 systems.",
type = ADDON_OUTDATED,
},
["340790912"] = { -- Mirror fate / Final hour by KhrumoX
alternative = "3229789817",
reason = "Broken model, no UI feedback for affected people, no integration into TTT2 systems.",
type = ADDON_OUTDATED,
},
["2000714335"] = { -- Mirror fate remix by Pocable
alternative = "3229789817",
reason = "Broken model, no UI feedback for affected people, no integration into TTT2 systems.",
type = ADDON_OUTDATED,
},
["1115379772"] = { -- Mirror fate by Steven3233
alternative = "3229789817",
reason = "Broken model, no UI feedback for affected people, no integration into TTT2 systems.",
type = ADDON_OUTDATED,
},
["899488990"] = { -- Mirror fate by Keksgesicht
alternative = "3229789817",
reason = "Broken model, no UI feedback for affected people, no integration into TTT2 systems.",
type = ADDON_OUTDATED,
},
}

---
Expand Down

0 comments on commit 1a946fd

Please sign in to comment.