fix(core): Converts remaining player packets (#374)
- [X] Converts the remainder of the player packets
This commit is contained in:
parent
1e2242bb1a
commit
540a879d63
17 changed files with 836 additions and 666 deletions
|
|
@ -354,7 +354,7 @@ namespace Server.Network
|
|||
public void LaunchBrowser(string url)
|
||||
{
|
||||
this.SendMessageLocalized(Serial.MinusOne, -1, MessageType.Label, 0x35, 3, 501231);
|
||||
Send(new LaunchBrowser(url));
|
||||
this.SendLaunchBrowser(url);
|
||||
}
|
||||
|
||||
public override string ToString() => m_ToString;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue