We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4c07e commit 3990f30Copy full SHA for 3990f30
fNbt/Tags/NbtTag.cs
@@ -84,7 +84,7 @@ public string Name {
84
get { return name; }
85
set {
86
string current_name = name;
87
- PerformAction(new DescriptionHolder("Rename {0} to {1}", this, value),
+ PerformAction(new DescriptionHolder("Rename {0} from {1}", this, current_name),
88
() => SetName(value),
89
() => SetName(current_name)
90
);
0 commit comments