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()
|
@injectable()
|
||||||
export class InraidSaveLoadRouter extends SaveLoadRouter
|
export class InraidSaveLoadRouter extends SaveLoadRouter
|
||||||
{
|
{
|
||||||
constructor()
|
|
||||||
{
|
|
||||||
super();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override getHandledRoutes(): HandledRoute[]
|
public override getHandledRoutes(): HandledRoute[]
|
||||||
{
|
{
|
||||||
return [new HandledRoute("aki-inraid", false)];
|
return [new HandledRoute("aki-inraid", false)];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user