#W# Setting.cs change.
This commit is contained in:
parent
d34994ff83
commit
ba03d45633
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue