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

index fc412e68c31d42ad04aabbe6d29016993bce2f10..854599cb60002936f98504342a98b8a5bc92ff18 100644 (file)
@@ -185,6 +185,8 @@ class SyncTFL extends Command {
 
        private $codename_table = [
                'bumble' => 'bumblebee86x',
+               'link-q' => 'linkq87',
+               'nezil' => 'nezil_',
        ];
 
 }