fix: remove hosting status if it fails
This commit is contained in:
parent
0cb7131435
commit
20ca020d02
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue