]> git.localhorst.tv Git - alttp.git/commitdiff
tfl alias
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 1 Dec 2025 12:18:39 +0000 (13:18 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 1 Dec 2025 12:18:39 +0000 (13:18 +0100)
app/Console/Commands/SyncTFL.php

index 320178e9d659a2e7cf1b32c58634e1f333682a6a..0ae904532fbc0d1a80192fba63abe1efb1ba9d81 100644 (file)
@@ -184,6 +184,7 @@ class SyncTFL extends Command {
        }
 
        private $codename_table = [
+               'bumble' => 'bumblebee86x',
        ];
 
 }