mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +01:00
temporarily always hook on Linux
This commit is contained in:
parent
736a0826a3
commit
ba320e3f06
1 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,9 @@ namespace Dalamud.Hooking.Internal
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
|
// TODO: Temporary for testing
|
||||||
|
return false;
|
||||||
|
|
||||||
if (checkLinuxOnce)
|
if (checkLinuxOnce)
|
||||||
{
|
{
|
||||||
checkLinuxOnce = false;
|
checkLinuxOnce = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue