increased settings table definition varchar lengths
This commit is contained in:
@ -210,10 +210,6 @@ class ServerRankingPlugin implements Plugin, CallbackListener, CommandListener {
|
||||
$requiredRecords = $this->maniaControl->settingManager->getSetting($this, self::SETTING_MIN_REQUIRED_RECORDS);
|
||||
$maxRecords = $this->maniaControl->settingManager->getSetting($this, self::SETTING_MAX_STORED_RECORDS);
|
||||
|
||||
//FIXME requiredrecords = NULL
|
||||
|
||||
$requiredRecords = 3;
|
||||
|
||||
$query = 'SELECT playerIndex, COUNT(*) AS Cnt
|
||||
FROM ' . LocalRecordsPlugin::TABLE_RECORDS . '
|
||||
GROUP BY PlayerIndex
|
||||
|
Reference in New Issue
Block a user