aboutsummaryrefslogtreecommitdiffstats
path: root/Malmstone/Plugin.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Malmstone/Plugin.cs')
-rw-r--r--Malmstone/Plugin.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Malmstone/Plugin.cs b/Malmstone/Plugin.cs
index be9858a..5ed6a65 100644
--- a/Malmstone/Plugin.cs
+++ b/Malmstone/Plugin.cs
@@ -224,9 +224,9 @@ private void OnCommand(string command, string args)
if (xpResult.RivalWingsWin > 0)
{
seString.Append(new TextPayload($"Win: {xpResult.RivalWingsWin} " + (xpResult.RivalWingsWin == 1 ? "time" : "times") + "\n"));
- }
+ }
- if (xpResult.RivalWingsLose > 0)
+ if (xpResult.RivalWingsLose > 0)
{
seString.Append(new TextPayload($"Lose: {xpResult.RivalWingsLose} " + (xpResult.RivalWingsLose == 1 ? "time" : "times") + "\n"));
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage