mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +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() {
|
public void ReloadPluginMasterAsync() {
|
||||||
Task.Run(() => {
|
Task.Run(() => {
|
||||||
|
this.PluginMaster = null;
|
||||||
|
|
||||||
State = InitializationState.InProgress;
|
State = InitializationState.InProgress;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue