diff --git a/Pocket/plugins/Mineplex/src/mineplex/plugin/gameengine/game/components/world/WorldComponent.php b/Pocket/plugins/Mineplex/src/mineplex/plugin/gameengine/game/components/world/WorldComponent.php index 45a2601a9..84d3caba1 100644 --- a/Pocket/plugins/Mineplex/src/mineplex/plugin/gameengine/game/components/world/WorldComponent.php +++ b/Pocket/plugins/Mineplex/src/mineplex/plugin/gameengine/game/components/world/WorldComponent.php @@ -261,11 +261,6 @@ class WorldComponent implements Listener return []; } - public function getPosition() - { - return $this->getTeams()[0][0]; - } - protected function strToPos($str) { if (strlen($str) < 5)