Player Actions and Commands Improvements

This commit is contained in:
Steffen Schröder
2014-01-06 17:33:45 +01:00
parent 3df6407a33
commit 3d9362724a
4 changed files with 156 additions and 103 deletions

View File

@ -214,7 +214,7 @@ class PlayerManager implements CallbackListener {
* Get a Player by Login
*
* @param string $login
* @return Player
* @return \ManiaControl\Players\Player
*/
public function getPlayer($login) {
if (!isset($this->players[$login])) {