Remove several obsolete shims

No need to keep obsolete shims in for several versions of TShock
This commit is contained in:
Lucas Nicodemus 2015-02-28 20:15:56 -07:00
parent 9221c14ca6
commit d971db165c
5 changed files with 0 additions and 78 deletions

View file

@ -153,13 +153,6 @@ namespace TShockAPI
public byte B = 255;
public static Group DefaultGroup = null;
#if COMPAT_SIGS
[Obsolete("This constructor is for signature compatibility for external code only")]
public Group(string groupname, Group parentgroup, string chatcolor)
: this(groupname, parentgroup, chatcolor, null)
{
}
#endif
public Group(string groupname, Group parentgroup = null, string chatcolor = "255,255,255", string permissions = null)
{