mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
Revert "Merge pull request #601 from daemitus/dumbdumbs"
This reverts commit 3b1cbec6ef.
This commit is contained in:
parent
644811e074
commit
a2a1c73bf3
2 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Diagnostics.CodeAnalysis;
|
using System.Diagnostics.CodeAnalysis;
|
||||||
using System.Numerics;
|
using System.Numerics;
|
||||||
|
|
||||||
using Dalamud.Interface;
|
using Dalamud.Interface;
|
||||||
using Dalamud.Interface.Colors;
|
using Dalamud.Interface.Colors;
|
||||||
using Dalamud.Interface.Windowing;
|
using Dalamud.Interface.Windowing;
|
||||||
|
|
|
||||||
|
|
@ -436,7 +436,6 @@ namespace Dalamud.Plugin.Internal
|
||||||
config.IsUnloadable = true;
|
config.IsUnloadable = true;
|
||||||
config.LoadInMemory = true;
|
config.LoadInMemory = true;
|
||||||
config.PreferSharedTypes = false;
|
config.PreferSharedTypes = false;
|
||||||
config.SharedAssemblies.Add(typeof(IDalamudPlugin).Assembly.GetName());
|
|
||||||
config.SharedAssemblies.Add(typeof(Lumina.GameData).Assembly.GetName());
|
config.SharedAssemblies.Add(typeof(Lumina.GameData).Assembly.GetName());
|
||||||
config.SharedAssemblies.Add(typeof(Lumina.Excel.ExcelSheetImpl).Assembly.GetName());
|
config.SharedAssemblies.Add(typeof(Lumina.Excel.ExcelSheetImpl).Assembly.GetName());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue