Skip to content

Commit

Permalink
fix bad package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockedPlot7560 authored Jul 8, 2024
1 parent 9932a4a commit 2e2e747
Showing 1 changed file with 1 addition and 1 deletion.
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('plutonium/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 2e2e747

Please sign in to comment.