Skip to content

Commit

Permalink
fix: add "FFA Headhunter" as MINI_GAME (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches authored Oct 5, 2024
1 parent f8b394d commit c851e49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Support/Gametype/GametypeHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public static function findBaseGametype(string $name): BaseGametype
$miniGameModes = [
'Survive The Undead',
'Sentry Defense',
'Headhunter',
];

if (Str::contains($name, $miniGameModes, true)) {
Expand Down

0 comments on commit c851e49

Please sign in to comment.