mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
Removed MobAPI from ServerAPI
This commit is contained in:
parent
392c8d273e
commit
d8124d9ddd
@ -149,7 +149,6 @@ class ServerAPI{
|
||||
$this->loadAPI("tile", "TileAPI");
|
||||
$this->loadAPI("player", "PlayerAPI");
|
||||
$this->loadAPI("time", "TimeAPI");
|
||||
$this->loadAPI("mob", "MobAPI");
|
||||
|
||||
foreach($this->apiList as $ob){
|
||||
if(is_callable(array($ob, "init"))){
|
||||
|
Loading…
x
Reference in New Issue
Block a user