Send build number on usage

This commit is contained in:
Shoghi Cervantes 2014-09-19 15:07:48 +02:00
parent 5404ba77d0
commit bcb65e9a48

View File

@ -2014,7 +2014,7 @@ class Server{
"memory_total" => $this->getConfigString("memory-limit"),
"memory_usage" => memory_get_usage(),
"php_version" => PHP_VERSION,
"version" => $version->get(false),
"version" => $version->get(true),
"build" => $version->getBuild(),
"mc_version" => \pocketmine\MINECRAFT_VERSION,
"protocol" => network\protocol\Info::CURRENT_PROTOCOL,