You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BuildingSorter.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -690,13 +690,13 @@ class BuildingSorterClass {
690
690
{
691
691
enabled: true,
692
692
sorterFrom:"BuildingSorter",
693
-
text: "Built In",
693
+
text: "Default",
694
694
description: "Sort's building's by their ID's number. This ranks them in order how they were designed to be displayed. This theoretically works with mods that adds new options so long as their ID is a number.",
695
695
tooltip: {
696
696
icon: [10,0],
697
-
title: "Built In",
698
-
forwardDescription: "Orders the buildings based on their <b>built in</b> order.",
699
-
reverseDescription: "Orders the buildings based on their <b>built in</b> order but backwards.",
697
+
title: "Default",
698
+
forwardDescription: "Orders the buildings based on their <b>default</b> order.",
699
+
reverseDescription: "Orders the buildings based on their <b>default</b> order but backwards.",
Copy file name to clipboardExpand all lines: BuildingSorter.main.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -698,13 +698,13 @@ class BuildingSorterClass {
698
698
{
699
699
enabled: true,
700
700
sorterFrom:"BuildingSorter",
701
-
text: "Built In",
701
+
text: "Default",
702
702
description: "Sort's building's by their ID's number. This ranks them in order how they were designed to be displayed. This theoretically works with mods that adds new options so long as their ID is a number.",
703
703
tooltip: {
704
704
icon: [10,0],
705
-
title: "Built In",
706
-
forwardDescription: "Orders the buildings based on their <b>built in</b> order.",
707
-
reverseDescription: "Orders the buildings based on their <b>built in</b> order but backwards.",
705
+
title: "Default",
706
+
forwardDescription: "Orders the buildings based on their <b>default</b> order.",
707
+
reverseDescription: "Orders the buildings based on their <b>default</b> order but backwards.",
Copy file name to clipboardExpand all lines: patchnotes.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,5 +38,10 @@
38
38
"title":"Fixed Saving",
39
39
"message": "Saves were bugged out in v2.4. Fixed!\nRapid reloading caused saved settings to be removed in some browsers. Now a 24 character string is saved in localStorage to act as a backup.",
40
40
"html": "<ul><li>Saves were bugged out in v2.4. Fixed!</li><li>Rapid reloading caused saved settings to be removed in some browsers. Now a 24 character string is saved in localStorage to act as a backup.</li></ul>"
41
+
},
42
+
"2.6": {
43
+
"title": "Renamed a Sorter",
44
+
"message": "The sorter \"Built In\" is now called \"Default\"",
45
+
"html": "<ul><li>The sorter \"Built In\" is now called \"Default\"</li></ul>"
Copy file name to clipboardExpand all lines: steam-mod/BuildingSorter/main.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -690,13 +690,13 @@ class BuildingSorterClass {
690
690
{
691
691
enabled: true,
692
692
sorterFrom:"BuildingSorter",
693
-
text: "Built In",
693
+
text: "Default",
694
694
description: "Sort's building's by their ID's number. This ranks them in order how they were designed to be displayed. This theoretically works with mods that adds new options so long as their ID is a number.",
695
695
tooltip: {
696
696
icon: [10,0],
697
-
title: "Built In",
698
-
forwardDescription: "Orders the buildings based on their <b>built in</b> order.",
699
-
reverseDescription: "Orders the buildings based on their <b>built in</b> order but backwards.",
697
+
title: "Default",
698
+
forwardDescription: "Orders the buildings based on their <b>default</b> order.",
699
+
reverseDescription: "Orders the buildings based on their <b>default</b> order but backwards.",
0 commit comments