Merge remote-tracking branch 'origin/mcpe-0.12' into php7

This commit is contained in:
Shoghi Cervantes
2015-09-12 17:10:45 +02:00

View File

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