small fixes

This commit is contained in:
kremsy 2017-03-16 18:29:04 +01:00
parent 6fea856b9c
commit 644c8d2a1d
3 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<project version="4"> <project version="4">
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false"> <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false">
<file url="file://$PROJECT_DIR$/plugins/SenSai/RoyalCupPlugin_Lukas.php" charset="windows-1252" /> <file url="file://$PROJECT_DIR$/plugins/SenSai/RoyalCupPlugin_Lukas.php" charset="windows-1252" />
<file url="file://$PROJECT_DIR$/plugins/kremsy/LeaguePlugin/LeagueTeam.php" charset="windows-1252" />
<file url="PROJECT" charset="UTF-8" /> <file url="PROJECT" charset="UTF-8" />
</component> </component>
</project> </project>

View File

@ -2,7 +2,7 @@ The CommuncationListening of the Communcation Manager can be enabled in the inga
There the following settings are existing: There the following settings are existing:
-- Enable Socket Listening (Let the CommunicationManager listen for incoming calls) -- 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) -- Listening port for every server (this is the port the CommunicationManager listens at)

View File

@ -22,6 +22,9 @@ class RankingManager implements CallbackListener {
*/ */
private $rankings = array(); private $rankings = array();
/** @var ManiaControl $maniaControl */
private $maniaControl;
/** /**
* Construct a new ranking manager instance * Construct a new ranking manager instance
* *