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

change so patch is off by default

This commit is contained in:
CWXDEV 2023-12-28 15:15:54 +00:00
parent f7c2c57dc6
commit 89f3842ae9

View File

@ -14,9 +14,9 @@ namespace Aki.Debugging
try try
{ {
// new CoordinatesPatch().Enable();
new EndRaidDebug().Enable(); new EndRaidDebug().Enable();
new StaticLootDumper().Enable(); // new CoordinatesPatch().Enable();
// new StaticLootDumper().Enable();
} }
catch (Exception ex) catch (Exception ex)
{ {