mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:47:22 +01:00
refactor and fix some shit
This commit is contained in:
parent
8143090033
commit
4f72daa0eb
10 changed files with 351 additions and 188 deletions
|
|
@ -119,7 +119,7 @@ namespace MareSynchronos.Models
|
|||
|
||||
public override string ToString()
|
||||
{
|
||||
StringBuilder builder = new StringBuilder();
|
||||
StringBuilder builder = new();
|
||||
builder.AppendLine($"Modded: {HasFileReplacement} - {GamePath} => {ResolvedPath}");
|
||||
foreach (var l1 in Associated)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue