This commit is contained in:
parent
cd8f792132
commit
5ff9459102
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue