diff --git a/src/Security/BeamNG.cpp b/src/Security/BeamNG.cpp index ae3d7d7..43b835a 100644 --- a/src/Security/BeamNG.cpp +++ b/src/Security/BeamNG.cpp @@ -187,6 +187,7 @@ void LegitimacyCheck() { // Right now only steam is supported std::vector steamappsCommonPaths = { ".steam/root/steamapps", // default + ".steam/steam/steamapps", // Legacy Steam installations ".var/app/com.valvesoftware.Steam/.steam/root/steamapps", // flatpak "snap/steam/common/.local/share/Steam/steamapps" // snap };