Refactoring of Code, Comments and Spelling

This commit is contained in:
Steffen Schröder
2013-12-09 13:45:58 +01:00
parent 5339b6766f
commit c97b4166f2
26 changed files with 1834 additions and 1833 deletions

View File

@ -133,9 +133,9 @@ class AuthenticationManager {
}
/**
* Sends an error message to the login
* Sends an error message to the player
*
* @param string $login
* @param Player $player
* @return bool
*/
public function sendNotAllowed(Player $player) {
@ -148,7 +148,7 @@ class AuthenticationManager {
/**
* Check if the player has enough rights
*
* @param \ManiaControl\Players\Player $login
* @param Player $player
* @param int $neededAuthLevel
* @return bool
*/