@@ -6,12 +6,9 @@ |
||
| 6 | 6 | use eXpansion\Framework\Core\Exceptions\DataProvider\UncompatibleException; |
| 7 | 7 | use eXpansion\Framework\Core\Model\CompatibilityCheckDataProviderInterface; |
| 8 | 8 | use eXpansion\Framework\Core\Model\ProviderListener; |
| 9 | -use eXpansion\Framework\Core\Plugins\StatusAwarePluginInterface; |
|
| 10 | 9 | use eXpansion\Framework\Core\Storage\GameDataStorage; |
| 11 | 10 | use Maniaplanet\DedicatedServer\Structures\Map; |
| 12 | 11 | use oliverde8\AssociativeArraySimplified\AssociativeArray; |
| 13 | -use Symfony\Component\DependencyInjection\ContainerAwareInterface; |
|
| 14 | -use Symfony\Component\DependencyInjection\ContainerAwareTrait; |
|
| 15 | 12 | use Symfony\Component\DependencyInjection\ContainerInterface; |
| 16 | 13 | |
| 17 | 14 | /** |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | // If rounds is configured to be single laps then no need for race data. lap is sufficient. |
| 40 | - return $nbLaps > 1; } |
|
| 40 | + return $nbLaps > 1; } |
|
| 41 | 41 | |
| 42 | 42 | |
| 43 | 43 | public function onWayPoint($params) |