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
|
|
@ -255,7 +255,7 @@ namespace TShockAPI
|
||||||
|
|
||||||
private static bool OnKillMe(byte plr, byte direction, short damage, bool pvp)
|
private static bool OnKillMe(byte plr, byte direction, short damage, bool pvp)
|
||||||
{
|
{
|
||||||
if (TileKill == null)
|
if (KillMe == null)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
var args = new KillMeEventArgs
|
var args = new KillMeEventArgs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue