diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-28 11:25:09 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-28 11:25:09 -0700 |
| commit | 49f1e39104f8cca11ff8898152fb70326fd51522 (patch) | |
| tree | 50eff3d013493843db3433c737952ec4f43ef3f8 /Malmstone/Windows/MainWindow.cs | |
| parent | c5eb56b6ca36dbdc153169097724f70729ad30be (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.cs | 1 |
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) { |
