Removed server.tick event

This commit is contained in:
Shoghi Cervantes
2013-06-05 12:58:58 +02:00
parent 911577e9b8
commit 5def864aca
5 changed files with 13 additions and 5 deletions

View File

@@ -191,7 +191,7 @@ class Player{
public function onTick(){
if($this->connected === false){
return;
return false;
}
$time = microtime(true);
if($time > $this->timeout){