don't apply changes when no changes
This commit is contained in:
@@ -28,6 +28,8 @@ public class NameplateElementChange(NameplateElements element, INamePlateUpdateH
|
||||
}
|
||||
|
||||
public void ApplyChanges()
|
||||
{
|
||||
if (Changes.Any())
|
||||
{
|
||||
StringUpdateFactory.ApplyStringChanges(new()
|
||||
{
|
||||
@@ -41,4 +43,5 @@ public class NameplateElementChange(NameplateElements element, INamePlateUpdateH
|
||||
},
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user