mirror of
https://github.com/AsgardEternal/squad-js-map-vote.git
synced 2025-01-24 00:13:52 -06:00
maybe fixed?
This commit is contained in:
parent
ed7e35e99c
commit
1bcb5e5bdf
@ -179,7 +179,7 @@ export default class MapVote extends DiscordBasePlugin {
|
|||||||
|
|
||||||
let logTimeframe = "Active Time Frames: ";
|
let logTimeframe = "Active Time Frames: ";
|
||||||
let activeTfIds = [];
|
let activeTfIds = [];
|
||||||
this.options = this.or_options;
|
this.options = { ...this.or_options };
|
||||||
for (let atfK in activeTimeframes) {
|
for (let atfK in activeTimeframes) {
|
||||||
const atf = activeTimeframes[ atfK ];
|
const atf = activeTimeframes[ atfK ];
|
||||||
activeTfIds.push(atf.name || atf.id);
|
activeTfIds.push(atf.name || atf.id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user