One line fix for /butcher
This commit is contained in:
parent
4feb930020
commit
1728112caa
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ namespace TShockAPI
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Main.npc[i].StrikeNPC(99999, 90f, 1);
|
Main.npc[i].StrikeNPC(99999, 90f, 1);
|
||||||
NetMessage.SendData(28, -1, -1, "", ply, (float)99999, 90f, 1);
|
NetMessage.SendData(28, -1, -1, "", i, (float)99999, 90f, 1);
|
||||||
killcount++;
|
killcount++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue