mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
Improved internal Client IDs
This commit is contained in:
@@ -156,7 +156,7 @@ class Player{
|
||||
}
|
||||
if($time > $this->timeout){
|
||||
$this->close("timeout");
|
||||
}else{
|
||||
}else{
|
||||
if(!empty($this->queue)){
|
||||
$cnt = 0;
|
||||
$maxtime = $time + 0.025;
|
||||
|
Reference in New Issue
Block a user