mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Removed server.tick event
This commit is contained in:
@@ -191,7 +191,7 @@ class Player{
|
||||
|
||||
public function onTick(){
|
||||
if($this->connected === false){
|
||||
return;
|
||||
return false;
|
||||
}
|
||||
$time = microtime(true);
|
||||
if($time > $this->timeout){
|
||||
|
Reference in New Issue
Block a user