mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge pull request #1136 from Caraxi/FixLoadBannedPlugins
This commit is contained in:
commit
911a3c9058
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