added a forgotten tick to AddPlayerE

This commit is contained in:
Dennis Frieberg 2021-03-27 22:11:37 +01:00
parent e910c94a34
commit 5067476f1a

View file

@ -146,6 +146,7 @@ A Server might Send the following Events to a client.
"eventType" : "AddPlayerTickE",
"playerUUID" : <UUID>,
"playerName" : <String>
"tick" : <Tick>
```
### InitializeTickLeisteE
```