diff --git a/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/core.json b/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/core.json index 5816f087..47196e06 100644 --- a/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/core.json +++ b/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/core.json @@ -26,7 +26,7 @@ "removeModItemsFromProfile": false, "removeInvalidTradersFromProfile": false, "fixProfileBreakingInventoryItemIssues": false, - "renamePreRaidLocales": true + "renamePreRaidLocales": true }, "survey": { "locale": { diff --git a/Libraries/SPTarkov.Server.Core/Services/PostDbLoadService.cs b/Libraries/SPTarkov.Server.Core/Services/PostDbLoadService.cs index 5304ca37..1ec37063 100644 --- a/Libraries/SPTarkov.Server.Core/Services/PostDbLoadService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/PostDbLoadService.cs @@ -141,7 +141,6 @@ public class PostDbLoadService( { RenamePreraidLocales(); } - } protected void RenamePreraidLocales()