aboutsummaryrefslogtreecommitdiffstats
path: root/Malmstone/Windows/ConfigWindow.cs
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-09-16 15:52:31 -0700
committerPinapelz <yukais@pinapelz.com>2024-09-16 15:52:31 -0700
commit481ec3932c98771310cf9d834ebad8446b01f5c4 (patch)
tree8beebe68b589607c2689086152174233cec16b85 /Malmstone/Windows/ConfigWindow.cs
parentf49522524dd8235869086cf8ed88dc49f50ef5f1 (diff)
initial implementation of tracking claimed Series Level above 30
Diffstat (limited to 'Malmstone/Windows/ConfigWindow.cs')
-rw-r--r--Malmstone/Windows/ConfigWindow.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Malmstone/Windows/ConfigWindow.cs b/Malmstone/Windows/ConfigWindow.cs
index 2d90d42..3d3bd4e 100644
--- a/Malmstone/Windows/ConfigWindow.cs
+++ b/Malmstone/Windows/ConfigWindow.cs
@@ -269,10 +269,6 @@ public class ConfigWindow : Window, IDisposable
var showMainWindowOnPVPReward = Configuration.ShowMainWindowOnPVPReward;
if (ImGui.Checkbox("##ShowMainWindowOnPVPReward", ref showMainWindowOnPVPReward))
{
- if (showMainWindowOnPVPReward)
- Plugin.EnablePVPRewardWindowAddon();
- else
- Plugin.DisablePVPRewardWindowAddon();
Configuration.ShowMainWindowOnPVPReward = showMainWindowOnPVPReward;
Configuration.Save();
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage