Set the GetDataHandledEventArgs.Player property for pick sync handler
This commit is contained in:
parent
6e589ffaee
commit
f7ea471968
1 changed files with 1 additions and 0 deletions
|
|
@ -2248,6 +2248,7 @@ namespace TShockAPI
|
|||
|
||||
var args = new SyncTilePickingEventArgs
|
||||
{
|
||||
Player = player,
|
||||
PlayerIndex = playerIndex,
|
||||
TileX = tileX,
|
||||
TileY = tileY,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue