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>
|
/// </summary>
|
||||||
public int Y { get; set; }
|
public int Y { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The player opening the chest
|
/// The player opening the chest
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public TSPlayer Player { get; set; }
|
public TSPlayer Player { get; set; }
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ChestOpen - Called when any chest is opened
|
/// ChestOpen - Called when any chest is opened
|
||||||
|
|
@ -735,7 +735,7 @@ namespace TShockAPI
|
||||||
{
|
{
|
||||||
X = x,
|
X = x,
|
||||||
Y = y,
|
Y = y,
|
||||||
Player = player,
|
Player = player,
|
||||||
};
|
};
|
||||||
ChestOpen.Invoke(null, args);
|
ChestOpen.Invoke(null, args);
|
||||||
return args.Handled;
|
return args.Handled;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue