mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 12:44:19 +01:00
forgot to rename const string
This commit is contained in:
parent
720a1dce7b
commit
da9969d3dd
2 changed files with 5 additions and 5 deletions
|
|
@ -278,10 +278,10 @@ public class IpcTester : IDisposable
|
|||
}
|
||||
}
|
||||
|
||||
DrawIntro( PenumbraIpc.LabelProviderReverseResolvePathPlayer, "Reversed Game Paths (Player)" );
|
||||
DrawIntro( PenumbraIpc.LabelProviderReverseResolvePlayerPath, "Reversed Game Paths (Player)" );
|
||||
if( _currentReversePath.Length > 0 )
|
||||
{
|
||||
var list = _pi.GetIpcSubscriber< string, string[] >( PenumbraIpc.LabelProviderReverseResolvePathPlayer )
|
||||
var list = _pi.GetIpcSubscriber< string, string[] >( PenumbraIpc.LabelProviderReverseResolvePlayerPath )
|
||||
.InvokeFunc( _currentReversePath );
|
||||
if( list.Length > 0 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue