mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-01 07:39:57 +00:00
Fixed new players having air ticks to 0 instead of 300
This commit is contained in:
parent
7cf5df7e46
commit
eef33d64e6
@ -777,7 +777,7 @@ class Server{
|
||||
]),
|
||||
new Float("FallDistance", 0.0),
|
||||
new Short("Fire", 0),
|
||||
new Short("Air", 0),
|
||||
new Short("Air", 300),
|
||||
new Byte("OnGround", 1),
|
||||
new Byte("Invulnerable", 0),
|
||||
new String("NameTag", $name),
|
||||
|
Loading…
x
Reference in New Issue
Block a user