Skip to content

Commit

Permalink
Update changeActiveExtensions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
floflo3299 authored Jun 13, 2024
1 parent e5ca417 commit 8967922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changeActiveExtensions.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name de-/activate Extensions
// @namespace http://tampermonkey.net/
// @version 1.3.3
// @version 1.3.4
// @description Change the status of expensions and buildings
// @author Silberfighter
// @include *://www.leitstellenspiel.de/
Expand Down Expand Up @@ -106,7 +106,7 @@
});


const relevantBuildingsID = [0,2,4,5,6,9,11,12,13,15,17,21,24];
const relevantBuildingsID = [0,2,4,5,6,9,11,12,13,15,17,21,24,25];
const extensionsToIgnore = ["Abrollbehälter-Stellplatz", "Großwache", "Zelle"];

overlayContent.innerHTML += `
Expand Down

0 comments on commit 8967922

Please sign in to comment.