aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-11-15 09:51:16 -0800
committerGitHub <noreply@github.com>2024-11-15 09:51:16 -0800
commitd6c504cdf70f04b1bb18a9d50ebd16618495a472 (patch)
tree76d2ba939a670a1bd2681914ead3dddec2791a4b
parent32f7ba23d1b2b931f748819c9dce6ce6bc7473a2 (diff)
fix: add unused type and code to OnLogout override
-rw-r--r--Malmstone/Plugin.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Malmstone/Plugin.cs b/Malmstone/Plugin.cs
index 9ff8ba8..f9b366a 100644
--- a/Malmstone/Plugin.cs
+++ b/Malmstone/Plugin.cs
@@ -295,7 +295,7 @@ private void OnCommand(string command, string args)
Framework.Update += CheckPlayerLoaded;
}
- private void OnLogout() => Framework.Update -= CheckPlayerLoaded;
+ private void OnLogout(int _, int __) => Framework.Update -= CheckPlayerLoaded;
private void DrawUI() => WindowSystem.Draw();
public void ToggleConfigUI() => ConfigWindow.Toggle();
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage