Changed "MOTD" to more correct "Notice" header

This commit is contained in:
oldmud0 2016-02-12 20:46:52 -06:00
parent 8fdad26d3a
commit 6ba05ca392

View file

@ -654,7 +654,7 @@ void MainForm::ReceivePackets(IAsyncResult^ asyncResult)
case PH_NOTICE:
if(UDP != nullptr){
form->WriteMessage(L"[Message of the Day]-------------------\n", SystemMessageColor);
form->WriteMessage(L"[Notice]-------------------\n", SystemMessageColor);
form->WriteNotice(Encoding::Unicode->GetString(rcv, 2, (rcv->Length)-2));
form->WriteMessage(L"-------------------------------\n", SystemMessageColor);
}