forgot to rename const string

This commit is contained in:
Stanley Dimant 2022-07-09 13:30:39 +02:00
parent 720a1dce7b
commit da9969d3dd
2 changed files with 5 additions and 5 deletions

View file

@ -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 )
{