Attempt fix #82
This commit is contained in:
parent
bc62e17068
commit
94b424b8dc
@ -42,8 +42,11 @@ public class CmdFactionsMotd extends FactionsCommand
|
|||||||
// Args
|
// Args
|
||||||
String target = this.readArg();
|
String target = this.readArg();
|
||||||
|
|
||||||
target = target.trim();
|
if (target != null)
|
||||||
target = Txt.parse(target);
|
{
|
||||||
|
target = target.trim();
|
||||||
|
target = Txt.parse(target);
|
||||||
|
}
|
||||||
|
|
||||||
// Get Old
|
// Get Old
|
||||||
String old = msenderFaction.getMotd();
|
String old = msenderFaction.getMotd();
|
||||||
|
Loading…
Reference in New Issue
Block a user