- 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

@ -8,12 +8,6 @@ namespace ManiaControl;
* @author steeffeen & kremsy
*/
class Database {
/**
* Constants
*/
const TABLE_PLAYERS = 'mc_players';
const TABLE_MAPS = 'mc_maps';
/**
* Public properties
*/