mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
feat: plugin testing stuff
This commit is contained in:
parent
cf08eaee87
commit
a9fa629e0b
4 changed files with 32 additions and 31 deletions
|
|
@ -75,8 +75,10 @@ namespace Dalamud.Injector {
|
|||
|
||||
Thread.Sleep(1000);
|
||||
|
||||
#if !DEBUG
|
||||
// Inject exception handler
|
||||
NativeInject(process);
|
||||
#endif
|
||||
}
|
||||
|
||||
private static void Inject(Process process, DalamudStartInfo info) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue