- fixed obstacle plugin

- added index to map class
- added local records plugin (only tm so far)
This commit is contained in:
Steffen Schröder
2013-11-25 02:01:15 +01:00
parent c8d879fe60
commit 65394e165e
5 changed files with 370 additions and 20 deletions

View File

@ -1,6 +1,7 @@
<?php
use ManiaControl\ManiaControl;
use ManiaControl\Admin\AuthenticationManager;
use ManiaControl\Commands\CommandListener;
use ManiaControl\Players\Player;
use ManiaControl\Plugins\Plugin;
@ -9,7 +10,7 @@ use ManiaControl\Plugins\Plugin;
*
* @author steeffeen
*/
class ObstaclePlugin extends Plugin {
class ObstaclePlugin extends Plugin implements CommandListener {
/**
* Constants
*/