This commit is contained in:
N1Ran
2021-09-03 02:13:30 -04:00
20 changed files with 391 additions and 93 deletions

View File

@@ -134,6 +134,10 @@ namespace Torch.Server.Views
var d = new RoleEditor();
var w = _instanceManager.DedicatedConfig.SelectedWorld;
if(w.Checkpoint.PromotedUsers == null) {
w.Checkpoint.PromotedUsers = new VRage.Serialization.SerializableDictionary<ulong, MyPromoteLevel>();
}
if (w == null)
{
MessageBox.Show("A world is not selected.");