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:
parent
d5f9c1f253
commit
43a0950e5b
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user