Skip to content

Commit

Permalink
Update composer name to nethergamesmc/pocketmine-mp
Browse files Browse the repository at this point in the history
  • Loading branch information
dries-c committed Mar 27, 2024
1 parent cdc7bb3 commit 2094d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pocketmine/pocketmine-mp",
"name": "nethergamesmc/pocketmine-mp",
"description": "A server software for Minecraft: Bedrock Edition written in PHP",
"type": "project",
"homepage": "https://pmmp.io",
Expand Down
2 changes: 1 addition & 1 deletion src/PocketMine.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ function server(){
}
require_once($bootstrap);

$composerGitHash = InstalledVersions::getReference('pocketmine/pocketmine-mp');
$composerGitHash = InstalledVersions::getReference('nethergamesmc/pocketmine-mp');
if($composerGitHash !== null){
//we can't verify dependency versions if we were installed without using git
$currentGitHash = explode("-", VersionInfo::GIT_HASH())[0];
Expand Down

0 comments on commit 2094d4a

Please sign in to comment.