Merge branch 'master' into mcpe-1.2.5

This commit is contained in:
Dylan K. Taylor
2017-11-21 16:48:18 +00:00
235 changed files with 5493 additions and 2406 deletions

View File

@ -29,7 +29,7 @@ use pocketmine\utils\MainLogger;
class BaseLang{
const FALLBACK_LANGUAGE = "eng";
public const FALLBACK_LANGUAGE = "eng";
public static function getLanguageList(string $path = "") : array{
if($path === ""){