Merge pull request #3471 from PEMapModder/patch-7

Update Player.php
This commit is contained in:
Shoghi Cervantes 2015-09-12 15:16:10 +02:00
commit 79aa7583ec

View File

@ -263,7 +263,7 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
}
public function getClientSecret(){
return $this->clientSecretId;
return $this->clientSecret;
}
public function isBanned(){