Skip to content

Commit 3309237

Browse files
author
Harry Basalamah
authored
Merge pull request #56 from HackerHarry/dev
v2.72
2 parents a2d311f + 28c1f49 commit 3309237

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

mffbashbot-GUI/functions.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@ function CreateSelectionsForBuildingID($BuildingID, $position) {
192192
case 20:
193193
// Biosprit-Anlage
194194
print "<option value=\"sleep\">Sleep</option>\n";
195-
CreateOptions(1, 2, 3, 4, 5, 6, 7, 8, 17, 18, 19, 20, 21, 22, 23, 24, 26, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 108, 109, 112, 113, 114, 115, 126, 127, 128, 153, 154);
195+
global $farm;
196+
global $farmdata;
197+
CreateOptionsWithIDfromArray(array_keys($farmdata["updateblock"]["farms"]["farms"]["$farm"]["$position"]["data"]["data"]["slots"]["1"]["products"]));
196198
print "</select>\n";
197199
break;
198200
case 21:

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.71
1+
v2.72

0 commit comments

Comments
 (0)