Remove several obsolete shims
No need to keep obsolete shims in for several versions of TShock
This commit is contained in:
parent
9221c14ca6
commit
d971db165c
5 changed files with 0 additions and 78 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue