Tabs
This commit is contained in:
parent
d4c9d4566c
commit
813d221952
1 changed files with 5 additions and 5 deletions
|
|
@ -716,10 +716,10 @@ namespace TShockAPI
|
|||
/// </summary>
|
||||
public int Y { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The player opening the chest
|
||||
/// </summary>
|
||||
public TSPlayer Player { get; set; }
|
||||
/// <summary>
|
||||
/// The player opening the chest
|
||||
/// </summary>
|
||||
public TSPlayer Player { get; set; }
|
||||
}
|
||||
/// <summary>
|
||||
/// ChestOpen - Called when any chest is opened
|
||||
|
|
@ -735,7 +735,7 @@ namespace TShockAPI
|
|||
{
|
||||
X = x,
|
||||
Y = y,
|
||||
Player = player,
|
||||
Player = player,
|
||||
};
|
||||
ChestOpen.Invoke(null, args);
|
||||
return args.Handled;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue