Skip to content

Commit

Permalink
Update BeamNG.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
enzofrnt committed Nov 27, 2024
1 parent 6b6d86c commit 84dd5f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Security/BeamNG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ std::map<char, std::string> GetDriveMappings(const std::string& bottlePath) {
}

bool CheckForGame(const std::string& libraryPath, const std::map<char, std::string>& driveMappings) {
//Convert the Windows path to Unix path
char driveLetter = std::tolower(libraryPath[0]);

if (!driveMappings.contains(driveLetter)) {
Expand Down

0 comments on commit 84dd5f3

Please sign in to comment.