This commit is contained in:
asayre 2010-12-18 10:54:29 +00:00
parent cd8f792132
commit 5ff9459102

View file

@ -77,7 +77,7 @@ namespace Server.Misc
return;
try{ Backup(); }
catch (Exception e) { Console.WriteLine("WARNING: Automatic backup FAILED: {0}", e); }
catch (Exception e) { Console.WriteLine("WARNING: Automatic backup FAILED: {0}", e); }
World.Save();
}