From a6cdfede20aaeeb1de36cc650abf98ece99ac583 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Tue, 2 Dec 2025 10:38:14 +0100 Subject: [PATCH] more tfl aliases --- app/Console/Commands/SyncTFL.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Console/Commands/SyncTFL.php b/app/Console/Commands/SyncTFL.php index 854599c..f4d9490 100644 --- a/app/Console/Commands/SyncTFL.php +++ b/app/Console/Commands/SyncTFL.php @@ -185,8 +185,11 @@ class SyncTFL extends Command { private $codename_table = [ 'bumble' => 'bumblebee86x', + 'gnrb' => '.gnrb', + 'hideonbush' => 'hideonbush09', 'link-q' => 'linkq87', 'nezil' => 'nezil_', + 'speeka' => 'daspeeka', ]; } -- 2.47.3