This commit is contained in:
Magnus Ulf 2021-03-13 09:08:12 +01:00
parent 0241244520
commit 9ba801e8e4

View File

@ -55,9 +55,11 @@ public class CmdFactionsChunkname extends FactionsCommand
// Args
String target = this.readArg();
if (target != null)
{
target = target.trim();
target = Txt.parse(target);
}
String old = ta.getChunkName();