diff --git a/mffbashbot-GUI/functions.php b/mffbashbot-GUI/functions.php index 4df68f1..7b24936 100644 --- a/mffbashbot-GUI/functions.php +++ b/mffbashbot-GUI/functions.php @@ -192,7 +192,9 @@ function CreateSelectionsForBuildingID($BuildingID, $position) { case 20: // Biosprit-Anlage print "\n"; - 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); + global $farm; + global $farmdata; + CreateOptionsWithIDfromArray(array_keys($farmdata["updateblock"]["farms"]["farms"]["$farm"]["$position"]["data"]["data"]["slots"]["1"]["products"])); print "\n"; break; case 21: diff --git a/version.txt b/version.txt index ecb23a0..83ae9f8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v2.71 \ No newline at end of file +v2.72 \ No newline at end of file