feat: alternate hooks

This commit is contained in:
Raymond 2021-10-13 13:45:01 -04:00
parent dc88cec7d3
commit 6f41575f33
8 changed files with 137 additions and 19 deletions

View file

@ -186,7 +186,7 @@ namespace Dalamud
Log.Information("[T2] LOC OK!");
if (!bool.Parse(Environment.GetEnvironmentVariable("DALAMUD_NOT_HAVE_INTERFACE") ?? "false"))
if (!EnvironmentConfiguration.DalamudNoInterface)
{
try
{