Attempt fix #82
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user