Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
570696ad45
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
REM Set the path to your php.exe here
|
REM Set the path to your php.exe here
|
||||||
set phpPath="D:\Programme\xampp\php\php.exe"
|
set phpPath="D:\xampp\php\php.exe"
|
||||||
|
|
||||||
REM Start ManiaControl
|
REM Start ManiaControl
|
||||||
START "" /B %phpPath% -f "ManiaControl.php" 2>&1
|
START "" /B %phpPath% -f "ManiaControl.php" 2>&1
|
||||||
|
@ -129,7 +129,7 @@ class ManiaControl implements CommandListener {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Quit ManiaControl and log the given message
|
* Quit ManiaControl and log the given message
|
||||||
*
|
*test
|
||||||
* @param string $message
|
* @param string $message
|
||||||
*/
|
*/
|
||||||
public function quit($message = false) {
|
public function quit($message = false) {
|
||||||
|
@ -22,7 +22,6 @@ class SettingManager {
|
|||||||
* Private properties
|
* Private properties
|
||||||
*/
|
*/
|
||||||
private $maniaControl = null;
|
private $maniaControl = null;
|
||||||
private $configurator = null;
|
|
||||||
private $arrayDelimiter = ';;';
|
private $arrayDelimiter = ';;';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user