Attempt fix #82

This commit is contained in:
Magnus Ulf 2021-03-02 21:29:36 +01:00
parent bc62e17068
commit 94b424b8dc

View File

@ -42,8 +42,11 @@ public class CmdFactionsMotd extends FactionsCommand
// Args // Args
String target = this.readArg(); String target = this.readArg();
if (target != null)
{
target = target.trim(); target = target.trim();
target = Txt.parse(target); target = Txt.parse(target);
}
// Get Old // Get Old
String old = msenderFaction.getMotd(); String old = msenderFaction.getMotd();