Removed MobAPI from ServerAPI

This commit is contained in:
Shoghi Cervantes 2013-08-28 16:49:18 +02:00
parent 392c8d273e
commit d8124d9ddd

View File

@ -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"))){