General cleanup

This commit is contained in:
Holly Stubbs 2023-10-06 09:55:03 +01:00
parent 4ec4cb1c1f
commit a32ab80f73

View file

@ -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)) {