1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-06-08 15:07:45 +00:00

Change default dalamud inject method to "Entrypoint"

NotNite pointed out this finally works on Linux, so we can safely
enable this now.
This commit is contained in:
Joshua Goins 2024-03-23 12:34:04 -04:00
parent 9935d48fe9
commit 3feac92a65

View file

@ -78,7 +78,7 @@ SPDX-License-Identifier: CC0-1.0
<choice name="DLLInject"> <choice name="DLLInject">
</choice> </choice>
</choices> </choices>
<default>DLLInject</default> <default>Entrypoint</default>
</entry> </entry>
<entry key="DalamudInjectDelay" type="int"> <entry key="DalamudInjectDelay" type="int">
<default>0</default> <default>0</default>