mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix missing deref in launcher.cpp
Pointer should be dereferenced.
This commit is contained in:
parent
934819574b
commit
81182f078b
@ -75,7 +75,7 @@ void RemoveSpuriousGameParameters()
|
|||||||
// as all there are required to run the game with the game sdk.
|
// as all there are required to run the game with the game sdk.
|
||||||
void AppendSDKParametersPreInit()
|
void AppendSDKParametersPreInit()
|
||||||
{
|
{
|
||||||
if (s_bIsDedicated)
|
if (*s_bIsDedicated)
|
||||||
{
|
{
|
||||||
CommandLine()->AppendParm("-collate", "");
|
CommandLine()->AppendParm("-collate", "");
|
||||||
CommandLine()->AppendParm("-multiple", "");
|
CommandLine()->AppendParm("-multiple", "");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user