@@ -92,14 +92,14 @@ |
||
| 92 | 92 | */ |
| 93 | 93 | public function onEndTurnEnd($count, $time); |
| 94 | 94 | |
| 95 | - /** |
|
| 96 | - * Callback sent when the "StartRound" section start. |
|
| 97 | - * |
|
| 98 | - * @param int $count Each time this section is played, this number is incremented by one |
|
| 99 | - * @param int $time Server time when the callback was sent |
|
| 100 | - * |
|
| 101 | - * @return mixed |
|
| 102 | - */ |
|
| 95 | + /** |
|
| 96 | + * Callback sent when the "StartRound" section start. |
|
| 97 | + * |
|
| 98 | + * @param int $count Each time this section is played, this number is incremented by one |
|
| 99 | + * @param int $time Server time when the callback was sent |
|
| 100 | + * |
|
| 101 | + * @return mixed |
|
| 102 | + */ |
|
| 103 | 103 | public function onStartRoundStart($count, $time); |
| 104 | 104 | |
| 105 | 105 | /** |
@@ -74,7 +74,7 @@ |
||
| 74 | 74 | ->setAreaColor("0005") |
| 75 | 75 | ->setAreaFocusColor('000a') |
| 76 | 76 | ->setTextFormat('Basic') |
| 77 | - // ->setName($this->name) // @todo enable when FML gets fixed |
|
| 77 | + // ->setName($this->name) // @todo enable when FML gets fixed |
|
| 78 | 78 | ->setScriptEvents(true) |
| 79 | 79 | ->addClasses($this->_classes) |
| 80 | 80 | ->setDataAttributes($this->_dataAttributes); |
@@ -93,7 +93,7 @@ |
||
| 93 | 93 | $nextCycleStart += $cycleTime; |
| 94 | 94 | } while ($nextCycleStart < $endCycleTime); |
| 95 | 95 | |
| 96 | - @time_sleep_until($nextCycleStart); |
|
| 96 | + @time_sleep_until($nextCycleStart); |
|
| 97 | 97 | |
| 98 | 98 | } while ($this->isRunning); |
| 99 | 99 | } |
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | // $this->mlFactory->create($login); |
| 50 | 50 | } |
| 51 | 51 | } else { |
| 52 | - $this->mlFactory->destroy($this->playersGroup); |
|
| 52 | + $this->mlFactory->destroy($this->playersGroup); |
|
| 53 | 53 | } |
| 54 | 54 | } |
| 55 | 55 | |