removed unused imports

This commit is contained in:
Steffen Schröder
2014-06-27 01:09:12 +02:00
parent 02cb1430bc
commit 29081181bf
7 changed files with 1 additions and 8 deletions

View File

@ -2,7 +2,6 @@
namespace MCTeam;
use FML\Controls\Control;
use FML\Controls\Frame;
use FML\Controls\Label;
use FML\Controls\Quad;
@ -637,7 +636,7 @@ class LocalRecordsPlugin implements CallbackListener, CommandListener, TimerList
return;
}
$recordId = (int)$commandParts[1];
$recordId = (int)$commandParts[1];
$currentMap = $this->maniaControl->mapManager->getCurrentMap();
$records = $this->getLocalRecords($currentMap);
if (count($records) < $recordId) {