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
|
|
@ -33,7 +33,7 @@ namespace TShockAPI.Net
|
|||
|
||||
public override void Pack(Stream stream)
|
||||
{
|
||||
stream.WriteBytes(Encoding.UTF8.GetBytes(Reason));
|
||||
stream.WriteString(Reason);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue