Fix chests and update submodule

This commit is contained in:
MarioE 2014-05-10 22:46:33 -04:00
parent be19f6cb00
commit 14eb317dbd
3 changed files with 3 additions and 2 deletions

View file

@ -2830,7 +2830,7 @@ namespace TShockAPI
var b = args.Data.ReadInt8();
var name = "";
if (b <= 20)
if (b != 0 && b <= 20)
name = args.Data.ReadString();
args.Player.ActiveChest = id;