mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Add another another animation hook. I hate animations.
This commit is contained in:
parent
c64743ee98
commit
8422d36e4e
3 changed files with 16 additions and 3 deletions
|
|
@ -76,9 +76,6 @@ public partial class PathResolver : IDisposable
|
|||
|
||||
private bool HandleAnimationFile( ResourceType type, Utf8GamePath _, [NotNullWhen(true)] out ModCollection? collection )
|
||||
{
|
||||
if( type == ResourceType.Pap && _.Path.EndsWith( '0', '1', '0', '.', 'p', 'a', 'p' ) )
|
||||
PluginLog.Information( $"PAPPITY PAP {_}" );
|
||||
|
||||
if( _animationLoadCollection != null )
|
||||
{
|
||||
switch( type )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue