mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 05:30:43 -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
|
/// Redirects Trader and quest images to the SPT folder, not the app data
|
||||||
/// </summary>
|
/// </summary>
|
||||||
///
|
///
|
||||||
public class FileCachePatch : ModulePatch
|
public class RedirectClientImageRequestsPatch : ModulePatch
|
||||||
{
|
{
|
||||||
private static readonly string _sptPath = Path.Combine(Environment.CurrentDirectory, "user", "sptappdata");
|
private static readonly string _sptPath = Path.Combine(Environment.CurrentDirectory, "user", "sptappdata");
|
||||||
|
|
@ -42,7 +42,7 @@ namespace SPT.Custom
|
|||||||
// Still need
|
// Still need
|
||||||
new SaveSettingsToSptFolderPatch().Enable();
|
new SaveSettingsToSptFolderPatch().Enable();
|
||||||
new QTEPatch().Enable();
|
new QTEPatch().Enable();
|
||||||
new FileCachePatch().Enable();
|
new RedirectClientImageRequestsPatch().Enable();
|
||||||
new BotSelfEnemyPatch().Enable();
|
new BotSelfEnemyPatch().Enable();
|
||||||
new DisableGamemodeButtonPatch().Enable();
|
new DisableGamemodeButtonPatch().Enable();
|
||||||
new PMCSpawnParamPatch().Enable();
|
new PMCSpawnParamPatch().Enable();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user