From ba03d456331fc48aa1e7fddbddffd3d97c5f4916 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Tue, 18 Aug 2026 17:57:00 -0400 Subject: [PATCH] #W# Setting.cs change. --- Scripts/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Settings.cs b/Scripts/Settings.cs index aa78a63..fad309f 100644 --- a/Scripts/Settings.cs +++ b/Scripts/Settings.cs @@ -5,7 +5,7 @@ namespace Server public static string S_ServerName = "Avatars Conquest"; public static int S_Port = 8008; public static bool S_RestartOnCrash = false; - public static double S_ServerSaveMinutes = 5.0; // 5-240 minutes range + public static double S_ServerSaveMinutes = 30.0; // 5-240 minutes range public static double S_ServerSaveWarningSeconds = 15; public static bool S_SaveOnCharacterLogout = true; public static int S_MaxAccountsPerIP = 3;