From 769d50f1c7481c493837399657f791ee7fb12bc5 Mon Sep 17 00:00:00 2001 From: Cheese Date: Tue, 7 Jul 2015 12:22:37 +1000 Subject: [PATCH] removed test code --- .../gameengine/game/components/world/WorldComponent.php | 5 ----- 1 file changed, 5 deletions(-) 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)