small fixes
This commit is contained in:
parent
6fea856b9c
commit
644c8d2a1d
@ -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>
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user