Removes unnecessary constructor.
This commit is contained in:
parent
a4d2013ff6
commit
f6ba864ea8
@ -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)];
|
||||
|
Loading…
Reference in New Issue
Block a user