Switches to Kestrel (#102)

This commit is contained in:
Kamron Batman 2020-04-12 20:57:48 -07:00 • committed by GitHub
parent 70fddfebde
commit 2c0d97cd36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
141 changed files with 1040 additions and 1679 deletions

View file

@ -35,10 +35,10 @@ namespace Server
public sealed class ObjectPropertyList : Packet
{
private static byte[] m_Buffer = new byte[1024];
private static Encoding m_Encoding = Encoding.Unicode;
private static readonly Encoding m_Encoding = Encoding.Unicode;
// Each of these are localized to "~1_NOTHING~" which allows the string argument to be used
private static int[] m_StringNumbers =
private static readonly int[] m_StringNumbers =
{
1042971,
1070722