fixes [decorate and adds timestamp to world save (#87)
This commit is contained in:
parent
d7f0227268
commit
717e192cf7
65 changed files with 261 additions and 118 deletions
|
|
@ -629,7 +629,7 @@ namespace Server
|
|||
SaveStrategy strategy = SaveStrategy.Acquire();
|
||||
Console.WriteLine("Core: Using {0} save strategy", strategy.Name.ToLowerInvariant());
|
||||
|
||||
Console.Write("World: Saving...");
|
||||
Console.Write($"[{DateTime.UtcNow.ToLongTimeString()}] World: Saving...");
|
||||
|
||||
Stopwatch watch = Stopwatch.StartNew();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue