mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 14:57:45 +01:00
feat: alternate hooks
This commit is contained in:
parent
dc88cec7d3
commit
6f41575f33
8 changed files with 137 additions and 19 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue