Fixes body expression style.

This commit is contained in:
Kamron Batman 2018-09-14 08:46:14 -07:00
parent 3f0a72a62f
commit 33f5e77a24
957 changed files with 7424 additions and 15973 deletions

View file

@ -59,9 +59,9 @@ namespace Server.Misc
e.Blocked = !OnProfanityDetected( from, e.Speech );
}
public static char[] Exceptions{ get{ return m_Exceptions; } }
public static string[] StartDisallowed{ get{ return m_StartDisallowed; } }
public static string[] Disallowed{ get{ return m_Disallowed; } }
public static char[] Exceptions => m_Exceptions;
public static string[] StartDisallowed => m_StartDisallowed;
public static string[] Disallowed => m_Disallowed;
private static char[] m_Exceptions = new char[]
{