Fix Kick Message issue, fix health kicks for 600 health, update tsapi

This commit is contained in:
Zack Piispanen 2014-05-10 16:33:55 -04:00
parent c8125af0cc
commit d413b24b22
4 changed files with 4 additions and 4 deletions

View file

@ -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);
}