flash message can be more than one word
This commit is contained in:
@@ -30,7 +30,7 @@ public class FlashMsgCmd extends AbstractDevCmd {
|
|||||||
this.sendUsage(pcSender);
|
this.sendUsage(pcSender);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
ChatManager.chatSystemFlash(args[0]);
|
ChatManager.chatSystemFlash(String.join(" ", args));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user