mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 03:30:44 -05:00
fix ValidationUtil, remove unused field
This commit is contained in:
parent
b2872ad707
commit
b94cf04971
@ -21,7 +21,7 @@ namespace Aki.Core.Utils
|
||||
{
|
||||
v3,
|
||||
new FileInfo(Path.Combine(v2, @"BattlEye\BEClient_x64.dll")),
|
||||
new FileInfo(Path.Combine(v2, @"BattlEye\BEService_x64.dll")),
|
||||
new FileInfo(Path.Combine(v2, @"BattlEye\BEService_x64.exe")),
|
||||
new FileInfo(Path.Combine(v2, "ConsistencyInfo")),
|
||||
new FileInfo(Path.Combine(v2, "Uninstall.exe")),
|
||||
new FileInfo(Path.Combine(v2, "UnityCrashHandler64.exe"))
|
||||
|
@ -1,14 +1,11 @@
|
||||
using System.Reflection;
|
||||
using Aki.Reflection.Patching;
|
||||
using UnityEngine;
|
||||
using AchievementsController = GClass3207;
|
||||
|
||||
namespace Aki.SinglePlayer.Patches.Progression
|
||||
{
|
||||
public class MidRaidAchievementChangePatch : ModulePatch
|
||||
{
|
||||
private static AchievementsController achievementController;
|
||||
|
||||
protected override MethodBase GetTargetMethod()
|
||||
{
|
||||
return typeof(AchievementsController).GetConstructors()[0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user