Skip to content

Commit

Permalink
Resolve SwiftLint violation
Browse files Browse the repository at this point in the history
  • Loading branch information
vapidinfinity committed May 25, 2024
1 parent 6b8da00 commit 5bf736d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mythic/Utilities/Legendary/LegendaryInterface.swift
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ final class Legendary {
"launch",
game.id,
needsUpdate(game: game) ? "--skip-version-check" : nil,
online ? nil : "--offline",
online ? nil : "--offline"
] .compactMap { $0 }

var environmentVariables = ["MTL_HUD_ENABLED": bottle.settings.metalHUD ? "1" : "0"]
Expand Down

0 comments on commit 5bf736d

Please sign in to comment.