Skip to content

Commit

Permalink
Re-add config
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchangelWTF committed Oct 19, 2024
1 parent a3a0757 commit bce945c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/controllers/FikaClientController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ export class FikaClientController {
* Handle /fika/client/check/mods
*/
public handleCheckMods(request: IFikaCheckModRequestData): IFikaCheckModResponse {
const config = this.fikaConfig.getConfig();

const mismatchedMods: IFikaCheckModResponse = {
forbidden: [],
missingRequired: [],
Expand Down

0 comments on commit bce945c

Please sign in to comment.