mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: ensure PluginMaster is null before reload
This commit is contained in:
parent
67b7dcaf74
commit
1dd55b62e9
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ namespace Dalamud.Plugin
|
|||
|
||||
public void ReloadPluginMasterAsync() {
|
||||
Task.Run(() => {
|
||||
this.PluginMaster = null;
|
||||
|
||||
State = InitializationState.InProgress;
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue