Adds protected regions. Use /region help ingame for extra help

This commit is contained in:
Twitchy 2011-06-21 17:47:36 +12:00
parent 8257c1ad18
commit ad352492a9
5 changed files with 344 additions and 0 deletions

View file

@ -101,6 +101,8 @@ namespace TShockAPI
Commands.InitCommands();
Log.Info("Commands initialized");
RegionManager.ReadAllSettings();
Backups.KeepFor = ConfigurationManager.BackupKeepFor;
Backups.Interval = ConfigurationManager.BackupInterval;