Removes unnecessary constructor.

This commit is contained in:
Refringe 2023-11-16 10:16:20 -05:00
parent a4d2013ff6
commit f6ba864ea8
No known key found for this signature in database
GPG Key ID: 64E03E5F892C6F9E

View File

@ -6,11 +6,6 @@ import { IAkiProfile } from "@spt-aki/models/eft/profile/IAkiProfile";
@injectable()
export class InraidSaveLoadRouter extends SaveLoadRouter
{
constructor()
{
super();
}
public override getHandledRoutes(): HandledRoute[]
{
return [new HandledRoute("aki-inraid", false)];