Apply suggestions from code review
Co-authored-by: Lucas Nicodemus <shank@shanked.me>
This commit is contained in:
parent
8d54033404
commit
16f7c876e1
2 changed files with 3 additions and 3 deletions
|
|
@ -1666,7 +1666,7 @@ namespace TShockAPI
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Called when player release a NPC, for checking critter released from item.
|
||||
/// Called when player release a NPC, for checking critter released from item.
|
||||
/// </summary>
|
||||
public static HandlerList<ReleaseNpcEventArgs> ReleaseNPC = new HandlerList<ReleaseNpcEventArgs>();
|
||||
private static bool OnReleaseNpc(TSPlayer player, MemoryStream data, int _x, int _y, short _type, byte _style)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue