Skip to content

Commit

Permalink
fix: add 'Snowball Fight' (#1593)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches authored Jan 30, 2025
1 parent 54e8a15 commit 9184491
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 @@ -83,6 +83,7 @@ public static function findBaseGametype(Gamevariant $gamevariant): BaseGametype
'Goose Hunt',
'Hex A Gone',
'1v1 Showdown',
'Snowball Fight',
];

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

0 comments on commit 9184491

Please sign in to comment.