Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2020-01-11 22:36:57 +00:00
12 changed files with 137 additions and 4 deletions

View File

@@ -35,6 +35,9 @@ class ServerKiller extends Thread{
/** @var bool */
private $stopped = false;
/**
* @param int $time
*/
public function __construct($time = 15){
$this->time = $time;
}