mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
fix: DalamudInterface load after scene init
This commit is contained in:
parent
2d47ae61ef
commit
d83aabafe2
3 changed files with 32 additions and 39 deletions
|
|
@ -57,7 +57,7 @@ namespace Dalamud
|
|||
Log.Information("Starting a session..");
|
||||
|
||||
// Run session
|
||||
dalamud.Start();
|
||||
dalamud.LoadTier1();
|
||||
dalamud.WaitForUnload();
|
||||
|
||||
dalamud.Dispose();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue