Removes default value initializers

This commit is contained in:
Kamron Batman 2018-09-14 15:13:14 -07:00
parent ff26dfa375
commit f0a48ad431
19 changed files with 37 additions and 37 deletions

View file

@ -42,7 +42,7 @@ namespace Server
set => m_HeaderArgs = value;
}
private static bool m_Enabled = false;
private static bool m_Enabled;
public static bool Enabled{ get => m_Enabled;
set => m_Enabled = value;