Fix chests and update submodule
This commit is contained in:
parent
be19f6cb00
commit
14eb317dbd
3 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue