Fixed teleport crash

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-17 16:40:44 +01:00
parent d573f8f6da
commit ab3862446c
3 changed files with 8 additions and 7 deletions

View File

@ -276,7 +276,7 @@ class Session{
"z" => $this->data["spawn"]["z"],
"unknown1" => 0,
"gamemode" => $this->server->gamemode,
"eid" => $this->eid,
"eid" => 0,
));
break;
case MC_READY: