From 20ca020d028ad9d61fa147fc313ab0425c839953 Mon Sep 17 00:00:00 2001 From: anavoi Date: Sun, 13 Jul 2025 16:17:37 +0200 Subject: [PATCH] fix: remove hosting status if it fails --- Addons/GBSUGui.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Addons/GBSUGui.cs b/Addons/GBSUGui.cs index badbf38..0d3e369 100644 --- a/Addons/GBSUGui.cs +++ b/Addons/GBSUGui.cs @@ -80,6 +80,8 @@ Set CLI arguments: -ip, -port catch (Exception e) { PushError("Looks like you've caught a bug! Please send your log file to us :)\n" + e); + Helper.hosting = false; + Plugin.DestroyServerComp(); } } else