- Change Loporrit Branding to CLUBPENGUIN
- Update submodules - Update to latest Penumbra API
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -133,8 +133,8 @@ public class Pair : DisposableMediatorSubscriberBase
|
||||
{
|
||||
Name = name,
|
||||
OnClicked = action,
|
||||
PrefixColor = 559,
|
||||
PrefixChar = 'L'
|
||||
PrefixColor = 529,
|
||||
PrefixChar = 'C'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user