aboutsummaryrefslogtreecommitdiffstats
path: root/Malmstone/Addons/PvPMatchAddon.cs
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-09-03 12:07:00 -0700
committerPinapelz <yukais@pinapelz.com>2024-09-03 12:07:00 -0700
commit49b0ad40b51845bbbde68a4133f2b15414cebade (patch)
tree937859e3e7792e43641d32b7b2f2d02513608b15 /Malmstone/Addons/PvPMatchAddon.cs
parent6d32f281e5d826fb7777580420a1eb301ca4baea (diff)
window size and UI enhancements
- reduce extra spacing in windows - make config window resizeable - move unclaimed reward notification to make main window more compact - remove addon trigger chat message
Diffstat (limited to 'Malmstone/Addons/PvPMatchAddon.cs')
-rw-r--r--Malmstone/Addons/PvPMatchAddon.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/Malmstone/Addons/PvPMatchAddon.cs b/Malmstone/Addons/PvPMatchAddon.cs
index bf5cc7d..7912665 100644
--- a/Malmstone/Addons/PvPMatchAddon.cs
+++ b/Malmstone/Addons/PvPMatchAddon.cs
@@ -39,7 +39,7 @@ namespace Malmstone.Addons
public void DisableFrontlinePostMatch()
{
- Plugin.AddonLifeCycle.UnregisterListener(AddonEvent.PostSetup, "FrontlineRecord", OnFrontlineRecordTrigger);
+ Plugin.AddonLifeCycle.UnregisterListener(OnFrontlineRecordTrigger);
}
public void EnableRivalWingsPostMatch()
@@ -55,7 +55,6 @@ namespace Malmstone.Addons
// Runs on the result screen of the respective game mode
private void OnCrystallineConflictRecordTrigger(AddonEvent eventType, AddonArgs addonInfo)
{
- Plugin.Chat.Print("Triggered MKS Record");
PvPSeriesInfo? seriesInfo = Plugin.PvPService.GetPvPSeriesInfo();
if (seriesInfo == null) return;
if (Plugin.Configuration.ShowProgressionToastPostMatch)
@@ -66,7 +65,6 @@ namespace Malmstone.Addons
private void OnFrontlineRecordTrigger(AddonEvent eventType, AddonArgs addonInfo)
{
- Plugin.Chat.Print("Triggered Frontline Record");
PvPSeriesInfo? seriesInfo = Plugin.PvPService.GetPvPSeriesInfo();
if (seriesInfo == null) return;
if (Plugin.Configuration.ShowProgressionToastPostMatch)
@@ -77,7 +75,6 @@ namespace Malmstone.Addons
private void OnRivalWingsRecordTrigger(AddonEvent eventType, AddonArgs addonInfo)
{
- Plugin.Chat.Print("Triggered Maneuvers Record");
PvPSeriesInfo? seriesInfo = Plugin.PvPService.GetPvPSeriesInfo();
if (seriesInfo == null) return;
if (Plugin.Configuration.ShowProgressionToastPostMatch)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage