mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
:DDDD
This commit is contained in:
parent
14ff3e0a9b
commit
0d3624e6a7
@ -471,6 +471,8 @@ class ServerAPI{
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
require_once($file);
|
require_once($file);
|
||||||
|
}else{
|
||||||
|
$internal = true;
|
||||||
}
|
}
|
||||||
$this->$name = new $class($this->server);
|
$this->$name = new $class($this->server);
|
||||||
$this->apiList[] = $this->$name;
|
$this->apiList[] = $this->$name;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user