RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

World saves

kenferguson

Squire
Find this line near the top of AutoSave.cs
Code:
private static TimeSpan m_Delay = TimeSpan.FromMinutes( 5.0 );
and change it to
Code:
private static TimeSpan m_Delay = TimeSpan.FromMinutes( 30.0 );
 
Top