Fixed new players having air ticks to 0 instead of 300

This commit is contained in:
Shoghi Cervantes 2015-06-09 15:26:28 +02:00
parent 7cf5df7e46
commit eef33d64e6

View File

@ -777,7 +777,7 @@ class Server{
]), ]),
new Float("FallDistance", 0.0), new Float("FallDistance", 0.0),
new Short("Fire", 0), new Short("Fire", 0),
new Short("Air", 0), new Short("Air", 300),
new Byte("OnGround", 1), new Byte("OnGround", 1),
new Byte("Invulnerable", 0), new Byte("Invulnerable", 0),
new String("NameTag", $name), new String("NameTag", $name),