Fix Kick Message issue, fix health kicks for 600 health, update tsapi
This commit is contained in:
parent
c8125af0cc
commit
d413b24b22
4 changed files with 4 additions and 4 deletions
|
|
@ -611,7 +611,7 @@ namespace TShockAPI
|
|||
return true;
|
||||
}
|
||||
|
||||
public void Heal(int health = 500)
|
||||
public void Heal(int health = 600)
|
||||
{
|
||||
NetMessage.SendData((int)PacketTypes.PlayerHealOther, -1, -1, "", this.TPlayer.whoAmi, health);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue