- Change Loporrit Branding to CLUBPENGUIN

- Update submodules
- Update to latest Penumbra API
This commit is contained in:
2025-08-26 21:42:00 +01:00
committed by Rawrington
parent bef5b1be34
commit b41532d5af
38 changed files with 176 additions and 146 deletions

View File

@@ -729,6 +729,7 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
if (_deferred != Guid.Empty)
{
_isVisible = true;
Mediator.Publish(new PairHandlerVisibleMessage(this));
_ = Task.Run(() =>
{
ApplyCharacterData(_deferred, _cachedData!, forceApplyCustomization: true);

View File

@@ -133,8 +133,8 @@ public class Pair : DisposableMediatorSubscriberBase
{
Name = name,
OnClicked = action,
PrefixColor = 559,
PrefixChar = 'L'
PrefixColor = 529,
PrefixChar = 'C'
});
}