mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-14 22:01:59 +00:00
Removed PDO dependency & edited a color
This commit is contained in:
parent
f79c6cf2e9
commit
ea26c32204
@ -134,6 +134,7 @@ cd php
|
|||||||
--disable-session \
|
--disable-session \
|
||||||
--enable-ctype \
|
--enable-ctype \
|
||||||
--without-iconv \
|
--without-iconv \
|
||||||
|
--without-pdo-sqlite \
|
||||||
--enable-sockets \
|
--enable-sockets \
|
||||||
--enable-shared=no \
|
--enable-shared=no \
|
||||||
--enable-static=yes \
|
--enable-static=yes \
|
||||||
|
@ -443,7 +443,7 @@ class ServerAPI{
|
|||||||
require_once($file);
|
require_once($file);
|
||||||
$this->$name = new $class($this->server);
|
$this->$name = new $class($this->server);
|
||||||
$this->apiList[] = $this->$name;
|
$this->apiList[] = $this->$name;
|
||||||
console("[INFO] API \x1b[36m".$name."\x1b[0m [\x1b[30m".$class."\x1b[0m] loaded");
|
console("[INFO] API \x1b[36m".$name."\x1b[0m [\x1b[30;1m".$class."\x1b[0m] loaded");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user