diff options
Diffstat (limited to 'libs/game_bethesda/src/games/fallout4vr/fallout4vrgameplugins.cpp')
| -rw-r--r-- | libs/game_bethesda/src/games/fallout4vr/fallout4vrgameplugins.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/game_bethesda/src/games/fallout4vr/fallout4vrgameplugins.cpp b/libs/game_bethesda/src/games/fallout4vr/fallout4vrgameplugins.cpp index e40a3ae..46536aa 100644 --- a/libs/game_bethesda/src/games/fallout4vr/fallout4vrgameplugins.cpp +++ b/libs/game_bethesda/src/games/fallout4vr/fallout4vrgameplugins.cpp @@ -8,7 +8,7 @@ Fallout4VRGamePlugins::Fallout4VRGamePlugins(MOBase::IOrganizer* organizer) bool Fallout4VRGamePlugins::lightPluginsAreSupported() { - auto files = m_Organizer->findFiles("f4se\\plugins", {"falloutvresl.dll"}); + auto files = m_Organizer->findFiles("f4se\\plugins", {"falloutvresl.dll", "Daytripper4.dll"}); if (files.isEmpty()) return false; return true; |
