maybe fixed?

This commit is contained in:
Davide Fantino 2022-09-18 21:45:29 +02:00
parent ed7e35e99c
commit 1bcb5e5bdf

View File

@ -179,7 +179,7 @@ export default class MapVote extends DiscordBasePlugin {
let logTimeframe = "Active Time Frames: ";
let activeTfIds = [];
this.options = this.or_options;
this.options = { ...this.or_options };
for (let atfK in activeTimeframes) {
const atf = activeTimeframes[ atfK ];
activeTfIds.push(atf.name || atf.id);