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

index 0ae904532fbc0d1a80192fba63abe1efb1ba9d81..fc412e68c31d42ad04aabbe6d29016993bce2f10 100644 (file)
@@ -135,7 +135,7 @@ class SyncTFL extends Command {
                        $player->name_override = $tflPlayer;
                        $player->episode()->associate($episode);
                }
-               $user = $this->getUser($tflPlayer);
+               $user = $this->getUser(strtolower($tflPlayer));
                if ($user) {
                        $player->user()->associate($user);
                } else {