mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Fix LoadBannedPlugins
This commit is contained in:
parent
e3977f9493
commit
e7249e1995
1 changed files with 1 additions and 1 deletions
|
|
@ -1273,7 +1273,7 @@ Thanks and have fun!";
|
|||
Debug.Assert(this.bannedPlugins != null, "this.bannedPlugins != null");
|
||||
|
||||
if (this.LoadBannedPlugins)
|
||||
return true;
|
||||
return false;
|
||||
|
||||
var config = Service<DalamudConfiguration>.Get();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue