mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 11:57:10 +00:00
Fixed CS
This commit is contained in:
parent
94e16f416d
commit
316e2654cc
@ -24,6 +24,7 @@ declare(strict_types=1);
|
||||
namespace pocketmine\build\generate_known_translation_keys;
|
||||
|
||||
use Webmozart\PathUtil\Path;
|
||||
use function dirname;
|
||||
|
||||
require dirname(__DIR__) . '/vendor/autoload.php';
|
||||
|
||||
@ -66,7 +67,6 @@ final class KnownTranslationKeys{
|
||||
|
||||
HEADER;
|
||||
|
||||
|
||||
$perms = [];
|
||||
|
||||
$lang = parse_ini_file(Path::join(\pocketmine\RESOURCE_PATH, "locale", "eng.ini"), false, INI_SCANNER_RAW);
|
||||
|
Loading…
x
Reference in New Issue
Block a user