From 44df30457542c00ce7ffee5b291d662bfdf6b033 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Sun, 21 Apr 2024 08:08:12 -0700 Subject: [PATCH] fix: Archive locally is not an async function (#1735) --- Projects/UOContent/World Saves/AutoArchive.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/UOContent/World Saves/AutoArchive.cs b/Projects/UOContent/World Saves/AutoArchive.cs index 64a0a9a06..43579cfe9 100755 --- a/Projects/UOContent/World Saves/AutoArchive.cs +++ b/Projects/UOContent/World Saves/AutoArchive.cs @@ -218,7 +218,7 @@ namespace Server.Saves } } - public static async void AutoArchiveLocally() + public static void AutoArchiveLocally() { var date = Core.Now;