aboutsummaryrefslogtreecommitdiffstats
path: root/Malmstone/Windows/MainWindow.cs
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-08-28 11:25:09 -0700
committerPinapelz <yukais@pinapelz.com>2024-08-28 11:25:09 -0700
commit49f1e39104f8cca11ff8898152fb70326fd51522 (patch)
tree50eff3d013493843db3433c737952ec4f43ef3f8 /Malmstone/Windows/MainWindow.cs
parentc5eb56b6ca36dbdc153169097724f70729ad30be (diff)
add chat command args to view games left in the chat log
Diffstat (limited to 'Malmstone/Windows/MainWindow.cs')
-rw-r--r--Malmstone/Windows/MainWindow.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Malmstone/Windows/MainWindow.cs b/Malmstone/Windows/MainWindow.cs
index a61db8b..111d877 100644
--- a/Malmstone/Windows/MainWindow.cs
+++ b/Malmstone/Windows/MainWindow.cs
@@ -37,6 +37,7 @@ namespace Malmstone.Windows
public override void Draw()
{
+ if (!IsOpen) return;
var pvpInfo = PvPService.GetPvPSeriesInfo();
if (pvpInfo != null)
{
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage