I fixed the issue

This commit is contained in:
sirhamsteralot
2018-03-26 01:16:42 +02:00
committed by John Gross
parent 6b3cc6c421
commit d92daccdbf
8 changed files with 19 additions and 27 deletions

View File

@@ -99,4 +99,4 @@ namespace Torch.Server.ViewModels
public string WorldName { get => _config.WorldName; set => SetValue(x => _config.WorldName = x, value); }
}
}
}