Size changed from just 3 to <6. Chairs/Beds should be working now.

This commit is contained in:
high 2011-07-07 22:42:22 -04:00
parent d689fac4ce
commit 07a758d0e6
2 changed files with 11 additions and 13 deletions

View file

@ -181,7 +181,7 @@ namespace TShockAPI
int tilex = args.Data.ReadInt32();
int tiley = args.Data.ReadInt32();
if (size != 3)
if (size > 5)
return true;
var tiles = new NetTile[size, size];