diff --git a/r5dev/launcher/launcher.cpp b/r5dev/launcher/launcher.cpp index 972ef01e..1a1c072a 100644 --- a/r5dev/launcher/launcher.cpp +++ b/r5dev/launcher/launcher.cpp @@ -75,7 +75,7 @@ void RemoveSpuriousGameParameters() // as all there are required to run the game with the game sdk. void AppendSDKParametersPreInit() { - if (s_bIsDedicated) + if (*s_bIsDedicated) { CommandLine()->AppendParm("-collate", ""); CommandLine()->AppendParm("-multiple", "");