Time syncronized again

This commit is contained in:
Shoghi Cervantes 2013-12-13 00:52:55 +01:00
parent af8b380d10
commit 2b0fdd5062

View File

@ -194,7 +194,7 @@ class CustomPacketHandler{
if($this->c === false){
$this->data["time"] = Utils::readInt($this->get(4));
}else{
$this->raw .= Utils::writeInt($this->data["time"]);
$this->raw .= Utils::writeInt($this->data["time"])."\x80";
}
break;
case MC_START_GAME: