Noclip detection now uses the tile blacklist.

This commit is contained in:
Deathmax 2011-08-21 00:27:07 +08:00
parent 85f1ba6643
commit 96ea583264
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ namespace TShockAPI
public static class GetDataHandlers
{
private static Dictionary<PacketTypes, GetDataHandlerDelegate> GetDataHandlerDelegates;
private static bool[] BlacklistTiles;
public static bool[] BlacklistTiles;
public static void InitGetDataHandler()
{