aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/exploitfixes.cpp
diff options
context:
space:
mode:
authorBobTheBob9 <for.oliver.kirkham@gmail.com>2022-10-08 01:44:02 +0100
committerBobTheBob9 <for.oliver.kirkham@gmail.com>2022-10-08 01:44:02 +0100
commitd7d92226bc13710f2387492d893187faf8da738b (patch)
tree5e80c337bdfe9fdce6a46aac44f3a02f62c0e3e3 /NorthstarDLL/exploitfixes.cpp
parentb03070d5b4575581ff6183cada8083446caa351e (diff)
downloadNorthstarLauncher-d7d92226bc13710f2387492d893187faf8da738b.tar.gz
NorthstarLauncher-d7d92226bc13710f2387492d893187faf8da738b.zip
fixup command flags better and reformat
Diffstat (limited to 'NorthstarDLL/exploitfixes.cpp')
-rw-r--r--NorthstarDLL/exploitfixes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/exploitfixes.cpp b/NorthstarDLL/exploitfixes.cpp
index 2a5f02f3..240c352c 100644
--- a/NorthstarDLL/exploitfixes.cpp
+++ b/NorthstarDLL/exploitfixes.cpp
@@ -126,7 +126,7 @@ bool, __fastcall, (void* pMsg)) // 48 8B D1 48 8B 49 18 48 8B 01 48 FF 60 10
int iFlags = bIsServerFrame ? FCVAR_USERINFO : FCVAR_REPLICATED;
if (!pVar->IsFlagSet(iFlags))
return BLOCKED_INFO(
- "Invalid flags (" << std::hex << "0x" << pVar->m_ConCommandBase.m_nFlags << "), var is " << entry->name);
+ "Invalid flags (" << std::hex << "0x" << pVar->m_ConCommandBase.m_nFlags << "), var is " << entry->name);
}
}
else