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