Updating SpawnPlayer and PlayerUpdate packet
Fixing the HasHackedItemStacks method by adding missing Void Vault check.
This commit is contained in:
parent
9a05678933
commit
2d5166cfa4
4 changed files with 111 additions and 38 deletions
|
|
@ -99,7 +99,7 @@ namespace TShockAPI
|
|||
byte plr = args.PlayerId;
|
||||
BitsByte control = args.Control;
|
||||
BitsByte pulley = args.Pulley;
|
||||
byte item = args.Item;
|
||||
byte item = args.SelectedItem ;
|
||||
var pos = args.Position;
|
||||
var vel = args.Velocity;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue