Remove TShock.Itembans in favour of TShock.ItemBans
This commit is contained in:
parent
4802ebed91
commit
39e13f74d6
6 changed files with 18 additions and 21 deletions
|
|
@ -35,11 +35,11 @@ using System.Data;
|
|||
namespace TShockAPI
|
||||
{
|
||||
/// <summary>The TShock item ban subsystem. It handles keeping things out of people's inventories.</summary>
|
||||
internal sealed class ItemBans
|
||||
public sealed class ItemBans
|
||||
{
|
||||
|
||||
/// <summary>The database connection layer to for the item ban subsystem.</summary>
|
||||
private ItemManager DataModel;
|
||||
public ItemManager DataModel;
|
||||
|
||||
/// <summary>The last time the second update process was run. Used to throttle task execution.</summary>
|
||||
private DateTime LastTimelyRun = DateTime.UtcNow;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue