From 7f8739f106af01deb09198233f52515234a0d6c9 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Fri, 31 Jul 2026 09:07:43 -0400 Subject: [PATCH] #W# Changed server save time. --- Scripts/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Settings.cs b/Scripts/Settings.cs index 2b3272f..b697a55 100644 --- a/Scripts/Settings.cs +++ b/Scripts/Settings.cs @@ -53,7 +53,7 @@ namespace Server.Misc public static double SaveInterval() { // How many minutes does your server save its information? - return 5.0; + return 30.0; } public static bool CastSpellsHoldingThings()