net7 things

This commit is contained in:
zznty
2022-11-20 23:13:16 +07:00
parent d524651da9
commit f73b9df924
9 changed files with 31 additions and 46 deletions

View File

@@ -90,8 +90,7 @@ namespace Torch.Server.Managers
}
catch (Exception ex)
{
Log.Error("Failed to load world at path: " + f);
continue;
Log.Error(ex, "Failed to load world at path: " + f);
}
}
@@ -137,7 +136,7 @@ namespace Torch.Server.Managers
}
catch (Exception ex)
{
Log.Error("Failed to load world at path: " + worldPath);
Log.Error(ex, "Failed to load world at path: " + worldPath);
DedicatedConfig.LoadWorld = null;
return;
}