This commit is contained in:
2025-12-14 21:42:36 +01:00
parent fb6889e310
commit 11a4660881
2 changed files with 1 additions and 7 deletions

View File

@@ -176,7 +176,7 @@ namespace Riptide.Demos.Steam.PlayerHosted
// Transition back to server browser
Main.TransitionTo(MenuState.ServerBrowser);
}
catch (Exception ex)
catch (System.Exception ex)
{
Main.helper.Log("Error during LeaveLobby:");
Main.helper.Log(ex.Message);