Removed PHP_VERSION constant on pocketmine namespace

This commit is contained in:
Shoghi Cervantes
2014-08-16 13:17:05 +02:00
parent 8455e89784
commit 6f30cd8a22
2 changed files with 1 additions and 2 deletions

View File

@ -77,7 +77,6 @@ namespace pocketmine {
const API_VERSION = "1.3.0";
const CODENAME = "絶好(Zekkou)ケーキ(Cake)";
const MINECRAFT_VERSION = "v0.9.5 alpha";
const PHP_VERSION = "5.5";
if(\Phar::running(true) !== ""){
@define("pocketmine\\PATH", \Phar::running(true) . "/");