diff --git a/Server/Program.cs b/Server/Program.cs index a3d3b5f..b5be430 100644 --- a/Server/Program.cs +++ b/Server/Program.cs @@ -49,6 +49,10 @@ async Task LoadShines() if (loadedShines is not null) shineBag = loadedShines; } + catch (FileNotFoundException) + { + // Ignore + } catch (Exception ex) { consoleLogger.Error(ex);