diff --git a/.idea/encodings.xml b/.idea/encodings.xml index 52331e59..d5abf022 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -2,6 +2,7 @@ + \ No newline at end of file diff --git a/core/Communication/usage_documentation.txt b/core/Communication/usage_documentation.txt index 3dc28b14..39070787 100644 --- a/core/Communication/usage_documentation.txt +++ b/core/Communication/usage_documentation.txt @@ -2,7 +2,7 @@ The CommuncationListening of the Communcation Manager can be enabled in the inga There the following settings are existing: -- Enable Socket Listening (Let the CommunicationManager listen for incoming calls) --- Passsword (Password which get used to encrypt and decrypt the messages for the openssl connection) +-- Password (Password which get used to encrypt and decrypt the messages for the openssl connection) -- Listening port for every server (this is the port the CommunicationManager listens at) diff --git a/core/Server/RankingManager.php b/core/Server/RankingManager.php index 88427229..8ff4f22a 100644 --- a/core/Server/RankingManager.php +++ b/core/Server/RankingManager.php @@ -22,6 +22,9 @@ class RankingManager implements CallbackListener { */ private $rankings = array(); + /** @var ManiaControl $maniaControl */ + private $maniaControl; + /** * Construct a new ranking manager instance *