mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-18 05:47:52 +01:00
Change cache reloading and conflicts to actually keep the effective mod and not force full recalculations on every change.
This commit is contained in:
parent
ee87098386
commit
4b036c6c26
29 changed files with 778 additions and 457 deletions
|
|
@ -2,7 +2,6 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text.RegularExpressions;
|
||||
using Dalamud.Logging;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using Penumbra.GameData.ByteString;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue