fix trying to run when it cant

This commit is contained in:
Bluzume 2022-03-14 13:16:24 +13:00 committed by GitHub
parent 1f8cdd7423
commit 7941fbd881
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,6 +96,7 @@ namespace HISP
addToList(file);
}catch(Exception e){
MessageBox.Show("Web server failed to start: "+e.Message, "Error starting web server", MessageBoxButtons.OK, MessageBoxIcon.Error);
return;
}
IncrementProgress();
@ -146,6 +147,7 @@ namespace HISP
GameServer.StartServer();
}catch(Exception e){
MessageBox.Show("Horse Isle server failed to start: "+e.Message, "Error starting web server", MessageBoxButtons.OK, MessageBoxIcon.Error);
return;
}
IncrementProgress();