0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 00:30:44 -05:00

Rename patch from ` to RedirectClientImageRequestsPatch`

This commit is contained in:
Dev 2024-08-01 17:31:50 +01:00
parent 6e1a7be58c
commit 6753d53582
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ namespace SPT.Custom.Patches
/// Redirects Trader and quest images to the SPT folder, not the app data
/// </summary>
///
public class FileCachePatch : ModulePatch
public class RedirectClientImageRequestsPatch : ModulePatch
{
private static readonly string _sptPath = Path.Combine(Environment.CurrentDirectory, "user", "sptappdata");

View File

@ -42,7 +42,7 @@ namespace SPT.Custom
// Still need
new SaveSettingsToSptFolderPatch().Enable();
new QTEPatch().Enable();
new FileCachePatch().Enable();
new RedirectClientImageRequestsPatch().Enable();
new BotSelfEnemyPatch().Enable();
new DisableGamemodeButtonPatch().Enable();
new PMCSpawnParamPatch().Enable();