From 644c8d2a1d4ffa8c2824beaf9280980b4115275e Mon Sep 17 00:00:00 2001 From: kremsy Date: Thu, 16 Mar 2017 18:29:04 +0100 Subject: [PATCH] small fixes --- .idea/encodings.xml | 1 + core/Communication/usage_documentation.txt | 2 +- core/Server/RankingManager.php | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) 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 *