mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Temporarily not use dalamud function because it is not available in release yet.
This commit is contained in:
parent
82ba2cd16a
commit
4c611530f3
1 changed files with 4 additions and 4 deletions
|
|
@ -42,10 +42,10 @@ public class DalamudSubstitutionProvider : IDisposable
|
|||
|
||||
public void ResetSubstitutions(IEnumerable<Utf8GamePath> paths)
|
||||
{
|
||||
var transformed = paths
|
||||
.Where(p => (p.Path.StartsWith("ui/"u8) || p.Path.StartsWith("common/font/"u8)) && p.Path.EndsWith(".tex"u8))
|
||||
.Select(p => p.ToString());
|
||||
_substitution.InvalidatePaths(transformed);
|
||||
//var transformed = paths
|
||||
// .Where(p => (p.Path.StartsWith("ui/"u8) || p.Path.StartsWith("common/font/"u8)) && p.Path.EndsWith(".tex"u8))
|
||||
// .Select(p => p.ToString());
|
||||
//_substitution.InvalidatePaths(transformed);
|
||||
}
|
||||
|
||||
public void Enable()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue