@@ -6,7 +6,6 @@ |
||
6 | 6 | use eXpansion\Bundle\Menu\Model\Menu\ParentItem; |
7 | 7 | use eXpansion\Bundle\Menu\Services\ItemBuilder; |
8 | 8 | use eXpansion\Framework\Core\DataProviders\AbstractDataProvider; |
9 | -use FML\Controls\Quad; |
|
10 | 9 | |
11 | 10 | /** |
12 | 11 | * Class MenuItemProvider |
@@ -93,7 +93,7 @@ discard block |
||
93 | 93 | */ |
94 | 94 | public function onEndMap(DedicatedMap $map) |
95 | 95 | { |
96 | - // do nothing |
|
96 | + // do nothing |
|
97 | 97 | } |
98 | 98 | |
99 | 99 | /** |
@@ -117,7 +117,7 @@ discard block |
||
117 | 117 | |
118 | 118 | public function onExpansionNextMapChange($nextMap, $previousNextMap) |
119 | 119 | { |
120 | - // do nothing |
|
120 | + // do nothing |
|
121 | 121 | } |
122 | 122 | |
123 | 123 | protected function syncMaps() |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace eXpansion\Bundle\DeveloperTools\ChatCommand; |
4 | 4 | |
5 | -use eXpansion\Bundle\Acme\Plugins\Test; |
|
6 | 5 | use eXpansion\Bundle\DeveloperTools\Plugins\DevTools; |
7 | 6 | use eXpansion\Framework\AdminGroups\Helpers\AdminGroups; |
8 | 7 | use eXpansion\Framework\AdminGroups\Model\AbstractAdminChatCommand; |
@@ -13,7 +13,6 @@ |
||
13 | 13 | use eXpansion\Framework\Core\Plugins\Gui\WindowFactory; |
14 | 14 | use eXpansion\Framework\Gui\Components\Button; |
15 | 15 | use eXpansion\Framework\Gui\Components\Label; |
16 | -use eXpansion\Framework\Gui\Components\Tooltip; |
|
17 | 16 | use FML\Controls\Control; |
18 | 17 | use FML\Controls\Frame; |
19 | 18 | use FML\Controls\Quad; |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use eXpansion\Framework\Core\Services\DedicatedConnection\Factory; |
15 | 15 | use FML\Controls\Frame; |
16 | 16 | use FML\Script\Script; |
17 | -use Maniaplanet\DedicatedServer\Connection; |
|
18 | 17 | |
19 | 18 | |
20 | 19 | /** |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use eXpansion\Framework\Gui\Components\Textbox; |
17 | 17 | use eXpansion\Framework\Gui\Components\Dropdown; |
18 | 18 | use FML\Controls\Frame; |
19 | -use Maniaplanet\DedicatedServer\Connection; |
|
20 | 19 | use Maniaplanet\DedicatedServer\Structures\ServerOptions; |
21 | 20 | |
22 | 21 |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use eXpansion\Framework\Core\Services\DedicatedConnection\Factory; |
10 | 10 | use eXpansion\Framework\Core\Storage\MapStorage; |
11 | 11 | use eXpansion\Framework\Core\Storage\PlayerStorage; |
12 | -use Maniaplanet\DedicatedServer\Connection; |
|
13 | 12 | use Psr\Log\LoggerInterface; |
14 | 13 | use Symfony\Component\Console\Input\InputInterface; |
15 | 14 |
@@ -12,7 +12,6 @@ |
||
12 | 12 | use eXpansion\Framework\Core\Storage\PlayerStorage; |
13 | 13 | use eXpansion\Framework\GameManiaplanet\DataProviders\Listener\ListenerInterfaceMpLegacyChat; |
14 | 14 | use eXpansion\Framework\Notifications\Services\Notifications; |
15 | -use Maniaplanet\DedicatedServer\Connection; |
|
16 | 15 | use Psr\Log\LoggerInterface; |
17 | 16 | |
18 | 17 |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use eXpansion\Framework\Core\Plugins\Gui\WidgetFactory; |
7 | 7 | use eXpansion\Framework\Core\Plugins\StatusAwarePluginInterface; |
8 | 8 | use eXpansion\Framework\Core\Services\DedicatedConnection\Factory; |
9 | -use Maniaplanet\DedicatedServer\Connection; |
|
10 | 9 | |
11 | 10 | /** |
12 | 11 | * Class CustomUi |