@@ -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. |
@@ -43,6 +43,6 @@ |
||
| 43 | 43 | { |
| 44 | 44 | $event = new DedicatedEvent(); |
| 45 | 45 | $event->setParameters($params); |
| 46 | - $this->symfonyEventDispatcher->dispatch("maniaplanet.game." . $eventName, $event); |
|
| 46 | + $this->symfonyEventDispatcher->dispatch("maniaplanet.game.".$eventName, $event); |
|
| 47 | 47 | } |
| 48 | 48 | } |
| 49 | 49 | \ No newline at end of file |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use eXpansion\Framework\Core\DataProviders\Listener\TimerDataListenerInterface; |
| 7 | 7 | use eXpansion\Framework\Core\Helpers\Time; |
| 8 | 8 | use eXpansion\Framework\Core\Services\Console; |
| 9 | -use eXpansion\Framework\Core\Storage\Data\Player; |
|
| 10 | 9 | use Maniaplanet\DedicatedServer\Connection; |
| 11 | 10 | use Maniaplanet\DedicatedServer\Structures\Map; |
| 12 | 11 | |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | */ |
| 20 | 20 | public function load(array $configs, ContainerBuilder $container) |
| 21 | 21 | { |
| 22 | - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
| 22 | + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
| 23 | 23 | $loader->load('data_providers.yml'); |
| 24 | 24 | } |
| 25 | 25 | } |
| 26 | 26 | \ No newline at end of file |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | */ |
| 20 | 20 | public function load(array $configs, ContainerBuilder $container) |
| 21 | 21 | { |
| 22 | - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
| 22 | + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
| 23 | 23 | $loader->load('data_providers.yml'); |
| 24 | 24 | } |
| 25 | 25 | } |
| 26 | 26 | \ No newline at end of file |