mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-17 08:54:22 +00:00
Time syncronized again
This commit is contained in:
parent
af8b380d10
commit
2b0fdd5062
@ -194,7 +194,7 @@ class CustomPacketHandler{
|
|||||||
if($this->c === false){
|
if($this->c === false){
|
||||||
$this->data["time"] = Utils::readInt($this->get(4));
|
$this->data["time"] = Utils::readInt($this->get(4));
|
||||||
}else{
|
}else{
|
||||||
$this->raw .= Utils::writeInt($this->data["time"]);
|
$this->raw .= Utils::writeInt($this->data["time"])."\x80";
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case MC_START_GAME:
|
case MC_START_GAME:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user