Fix mapvote layer filter

This commit is contained in:
Thomas Smyth 2020-08-22 17:16:49 +01:00
parent 15fe29de59
commit a2b625c64f
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ export default {
let manuallyCreated;
async function newMapvote(manuallyCreatedOption = true) {
mapvote = new MapVote(server, options.squadLayerFilter, {
mapvote = new MapVote(server, options.layerFilter, {
minVoteCount: options.minVoteCount
});

View File

@ -21,7 +21,7 @@ export default {
' * Find the ID of the server you just inserted with `SELECT * FROM Server;`.\n' +
' * Replace the server ID in your config with the ID from the inserted record in the database.\n' +
'\n\n' +
'If you encounter any issues you can enable `debug: true` in your MySQL connector to get more error logs in the console.\n' +
'If you encounter any issues you can enable `"debug": true` in your MySQL connector to get more error logs in the console.\n' +
'\n\n' +
'Grafana:\n' +
' * [Grafana](https://grafana.com/) is a cool way of viewing server statistics stored in the database.\n' +