Removed all obsolete methods from TShock
This commit is contained in:
parent
a8b4bf1d95
commit
a0c4864567
9 changed files with 1 additions and 263 deletions
|
|
@ -331,12 +331,6 @@ namespace TShockAPI.DB
|
|||
{
|
||||
return Regions.Where(r => r.InArea(x, y));
|
||||
}
|
||||
|
||||
[Obsolete("Unused")]
|
||||
public static List<string> ListIDs(string MergedIDs)
|
||||
{
|
||||
return MergedIDs.Split(new[] {','}, StringSplitOptions.RemoveEmptyEntries).ToList();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Changes the size of a given region
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue