fix: Fixes vendor OPL (#672)
This commit is contained in:
parent
3dc406624e
commit
b112be4e1f
6 changed files with 94 additions and 115 deletions
|
|
@ -62,8 +62,8 @@ namespace Server.Network
|
|||
|
||||
var desc = bis.Description ?? "";
|
||||
|
||||
Stream.Write((byte)desc.Length);
|
||||
Stream.WriteAsciiFixed(desc, desc.Length);
|
||||
Stream.Write((byte)(desc.Length + 1));
|
||||
Stream.WriteAsciiNull(desc);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue