- fixed obstacle plugin
- added index to map class - added local records plugin (only tm so far)
This commit is contained in:
@ -8,12 +8,6 @@ namespace ManiaControl;
|
||||
* @author steeffeen & kremsy
|
||||
*/
|
||||
class Database {
|
||||
/**
|
||||
* Constants
|
||||
*/
|
||||
const TABLE_PLAYERS = 'mc_players';
|
||||
const TABLE_MAPS = 'mc_maps';
|
||||
|
||||
/**
|
||||
* Public properties
|
||||
*/
|
||||
|
Reference in New Issue
Block a user