@@ -45,6 +45,6 @@ |
||
| 45 | 45 | |
| 46 | 46 | $event = new DedicatedEvent(); |
| 47 | 47 | $event->setParameters($params); |
| 48 | - $this->symfonyEventDispatcher->dispatch("maniaplanet.game." . $eventName, $event); |
|
| 48 | + $this->symfonyEventDispatcher->dispatch("maniaplanet.game.".$eventName, $event); |
|
| 49 | 49 | } |
| 50 | 50 | } |
| 51 | 51 | \ No newline at end of file |
@@ -69,7 +69,7 @@ |
||
| 69 | 69 | $mode = $this->gameDataStorage->getGameModeCode(); |
| 70 | 70 | $script = $this->gameDataStorage->getGameInfos()->scriptName; |
| 71 | 71 | |
| 72 | - $this->enableDisablePlugins($title, $mode, $script); } |
|
| 72 | + $this->enableDisablePlugins($title, $mode, $script); } |
|
| 73 | 73 | |
| 74 | 74 | /** |
| 75 | 75 | * Enable all possible plugins. |