0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Removed unused code from getHandledRoutes

This commit is contained in:
Chomp 2024-12-30 16:56:35 +00:00
parent d5f9c1f253
commit 43a0950e5b

View File

@ -13,11 +13,7 @@ export class CustomizationItemEventRouter extends ItemEventRouterDefinition {
}
public override getHandledRoutes(): HandledRoute[] {
return [
new HandledRoute("CustomizationWear", false),
new HandledRoute("CustomizationBuy", false),
new HandledRoute("CustomizationSet", false),
];
return [new HandledRoute("CustomizationBuy", false), new HandledRoute("CustomizationSet", false)];
}
public override async handleItemEvent(