processing fixes, additional death info

This commit is contained in:
smsteel
2019-02-06 18:24:35 +03:00
parent 23e8120c82
commit 7c522808f2
4 changed files with 28 additions and 16 deletions

View File

@ -4,6 +4,6 @@ final class JoinHookEvent extends PlayerHookEvent
{
public JoinHookEvent(String displayName) {
super(displayName);
this.type = "login";
this.type = "join";
}
}