@@ -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 |
@@ -63,7 +63,7 @@ |
||
| 63 | 63 | $mode = 'script'; |
| 64 | 64 | $script = 'TimeAttack.script.txt'; |
| 65 | 65 | |
| 66 | - $this->enableDisablePlugins($title, $mode, $script); } |
|
| 66 | + $this->enableDisablePlugins($title, $mode, $script); } |
|
| 67 | 67 | |
| 68 | 68 | /** |
| 69 | 69 | * Enable all possible plugins. |