mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 10:56:35 +00:00
Fix CS
This commit is contained in:
parent
2293bd948d
commit
27a2d06083
@ -120,7 +120,7 @@ function generate_known_translation_factory(array $languageDefinitions) : void{
|
|||||||
echo SHARED_HEADER;
|
echo SHARED_HEADER;
|
||||||
echo <<<'HEADER'
|
echo <<<'HEADER'
|
||||||
/**
|
/**
|
||||||
* This class contains factory methods for all the translations known to PocketMine-MP as per the used version of
|
* This class contains factory methods for all the translations known to PocketMine-MP as per the used version of
|
||||||
* pmmp/Language.
|
* pmmp/Language.
|
||||||
* This class is generated automatically, do NOT modify it by hand.
|
* This class is generated automatically, do NOT modify it by hand.
|
||||||
*/
|
*/
|
||||||
@ -167,7 +167,6 @@ HEADER;
|
|||||||
echo "Done generating KnownTranslationFactory.\n";
|
echo "Done generating KnownTranslationFactory.\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$lang = parse_ini_file(Path::join(\pocketmine\RESOURCE_PATH, "locale", "eng.ini"), false, INI_SCANNER_RAW);
|
$lang = parse_ini_file(Path::join(\pocketmine\RESOURCE_PATH, "locale", "eng.ini"), false, INI_SCANNER_RAW);
|
||||||
if($lang === false){
|
if($lang === false){
|
||||||
fwrite(STDERR, "Missing language files!\n");
|
fwrite(STDERR, "Missing language files!\n");
|
||||||
|
@ -24,7 +24,7 @@ declare(strict_types=1);
|
|||||||
namespace pocketmine\lang;
|
namespace pocketmine\lang;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class contains factory methods for all the translations known to PocketMine-MP as per the used version of
|
* This class contains factory methods for all the translations known to PocketMine-MP as per the used version of
|
||||||
* pmmp/Language.
|
* pmmp/Language.
|
||||||
* This class is generated automatically, do NOT modify it by hand.
|
* This class is generated automatically, do NOT modify it by hand.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user