parent
2c7eb16f93
commit
96e855d578
1 changed files with 5 additions and 0 deletions
|
|
@ -2514,6 +2514,11 @@ namespace TShockAPI
|
|||
|
||||
private static bool HandlePlayerUpdate(GetDataHandlerArgs args)
|
||||
{
|
||||
if (args.Player == null || args.TPlayer == null || args.Data == null)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
byte plr = args.Data.ReadInt8();
|
||||
BitsByte control = args.Data.ReadInt8();
|
||||
BitsByte pulley = args.Data.ReadInt8();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue