Update Player.php

This commit is contained in:
PEMapModder 2015-09-12 20:53:35 +08:00
parent a1a1327415
commit 0d6f13cb4f

View File

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