added horse armor

This commit is contained in:
Chris Adamson
2025-05-28 14:29:57 -05:00
parent 173fc6b8a9
commit 7d85c0af22
2 changed files with 4 additions and 2 deletions
@@ -730,5 +730,6 @@
"chatbot-forced_event_enabled": "%s event has been enabled, restart your game client before starting a raid",
"chatbot-added_stash_rows_please_restart": "Added 2 rows to stash, please restart your game to see them",
"chatbot-snow_enabled": "Snow is enabled for all subsequent raids until the server is restarted",
"chatbot-summer_enabled": "Summer has been enabled for all subsequent raids until the server is restarted"
}
"chatbot-summer_enabled": "Summer has been enabled for all subsequent raids until the server is restarted",
"webserver_already_running": "Another copy of the webserver is already running. Please shut it down before starting a new one."
}
@@ -66,6 +66,7 @@ public class App
if (isAlreadyRunning)
{
_logger.Critical(_localisationService.GetText("webserver_already_running"));
await Task.Delay(3600 * 60);
Environment.Exit(1);
}