flash message can be more than one word

This commit is contained in:
2024-05-17 19:03:50 -05:00
parent 942288cee2
commit 817067d242
+1 -1
View File
@@ -30,7 +30,7 @@ public class FlashMsgCmd extends AbstractDevCmd {
this.sendUsage(pcSender);
return;
}
ChatManager.chatSystemFlash(args[0]);
ChatManager.chatSystemFlash(String.join(" ", args));
}
/**