fix(serialization): Adds missing newline (#526)
This commit is contained in:
parent
8811c40637
commit
06d5cdf593
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ namespace Server.Misc
|
||||||
AssemblyHandler.EnsureDirectory(BackupPath);
|
AssemblyHandler.EnsureDirectory(BackupPath);
|
||||||
Directory.Move(args.OldSavePath, backupPath);
|
Directory.Move(args.OldSavePath, backupPath);
|
||||||
|
|
||||||
Persistence.WriteConsole($"Created backup at {backupPath}");
|
Persistence.WriteConsoleLine($"Created backup at {backupPath}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue