diff --git a/src/pocketmine/Player.php b/src/pocketmine/Player.php index 2a798057e..f7782c19f 100644 --- a/src/pocketmine/Player.php +++ b/src/pocketmine/Player.php @@ -257,7 +257,7 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade } public function getClientSecret(){ - return $this->clientSecretId; + return $this->clientSecret; } public function isBanned(){