Size changed from just 3 to <6. Chairs/Beds should be working now.
This commit is contained in:
parent
d689fac4ce
commit
07a758d0e6
2 changed files with 11 additions and 13 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue