mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
parent
a1f91084b4
commit
6568c68e06
1 changed files with 3 additions and 0 deletions
|
|
@ -634,6 +634,9 @@ internal class LocalPlugin : IDisposable
|
|||
config.IsUnloadable = true;
|
||||
config.LoadInMemory = true;
|
||||
config.PreferSharedTypes = false;
|
||||
|
||||
config.SharedAssemblies.Add((typeof(Lumina.GameData).Assembly.GetName(), true));
|
||||
config.SharedAssemblies.Add((typeof(Lumina.Excel.ExcelSheetImpl).Assembly.GetName(), true));
|
||||
|
||||
// Make sure that plugins do not load their own Dalamud assembly.
|
||||
// We do not pin this recursively; if a plugin loads its own assembly of Dalamud, it is always wrong,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue