From a32ab80f739756d2f828280b89df9bfe05671b18 Mon Sep 17 00:00:00 2001 From: Holly Date: Fri, 6 Oct 2023 09:55:03 +0100 Subject: [PATCH] General cleanup --- server/objects/Match.ts | 1 - 1 file changed, 1 deletion(-) 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)) {