Set the GetDataHandledEventArgs.Player property for pick sync handler

This commit is contained in:
James Puleo 2023-01-29 20:47:19 -05:00
parent 6e589ffaee
commit f7ea471968
No known key found for this signature in database
GPG key ID: 3E16C7EFA34FB15D

View file

@ -2248,6 +2248,7 @@ namespace TShockAPI
var args = new SyncTilePickingEventArgs
{
Player = player,
PlayerIndex = playerIndex,
TileX = tileX,
TileY = tileY,