mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 01:10:45 -05:00
Rename patch from ` to
RedirectClientImageRequestsPatch`
This commit is contained in:
parent
6e1a7be58c
commit
6753d53582
@ -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");
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user