removed test code

This commit is contained in:
Cheese 2015-07-07 12:22:37 +10:00
parent a1ff9c75b2
commit 769d50f1c7
1 changed files with 0 additions and 5 deletions

View File

@ -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)