diff --git a/server/objects/Match.ts b/server/objects/Match.ts index a560e41..420ffba 100644 --- a/server/objects/Match.ts +++ b/server/objects/Match.ts @@ -431,7 +431,6 @@ export default class Match { } } - // TODO: Fix not being able to add DT when freemod is active public updateMods(user:User, mods:Mods) { const slot = user.matchSlot; if (!(slot instanceof Slot)) {