mirror of
https://github.com/oldmud0/LilithPort.git
synced 2024-11-21 14:16:16 +01:00
Changed "MOTD" to more correct "Notice" header
This commit is contained in:
parent
8fdad26d3a
commit
6ba05ca392
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue