Merge branch 'general-devel' of github.com:TShock/TShock into general-devel
This commit is contained in:
commit
2437225f10
1 changed files with 2 additions and 2 deletions
|
|
@ -84,7 +84,7 @@ namespace TShockAPI
|
|||
TileEdit.Invoke(null, args);
|
||||
return args.Handled;
|
||||
}
|
||||
|
||||
|
||||
public class TogglePvpEventArgs : HandledEventArgs
|
||||
{
|
||||
public byte PlayerId { get; set; }
|
||||
|
|
@ -255,7 +255,7 @@ namespace TShockAPI
|
|||
|
||||
private static bool OnKillMe(byte plr, byte direction, short damage, bool pvp)
|
||||
{
|
||||
if (TileKill == null)
|
||||
if (KillMe == null)
|
||||
return false;
|
||||
|
||||
var args = new KillMeEventArgs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue