mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
Time syncronized again
This commit is contained in:
parent
af8b380d10
commit
2b0fdd5062
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user