Updated APIs to only allow PocketMinecraftServer object

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-26 16:21:50 +01:00
parent 3a0db10d6b
commit cae6285f64
5 changed files with 7 additions and 7 deletions

View File

@ -33,7 +33,7 @@ class TimeAPI{
"sunrise" => 17800,
);
private $server;
function __construct($server){
function __construct(PocketMinecraftServer $server){
$this->server = $server;
}