diff options
author | BobTheBob9 <for.oliver.kirkham@gmail.com> | 2022-10-08 01:44:02 +0100 |
---|---|---|
committer | BobTheBob9 <for.oliver.kirkham@gmail.com> | 2022-10-08 01:44:02 +0100 |
commit | d7d92226bc13710f2387492d893187faf8da738b (patch) | |
tree | 5e80c337bdfe9fdce6a46aac44f3a02f62c0e3e3 /NorthstarDLL/exploitfixes.cpp | |
parent | b03070d5b4575581ff6183cada8083446caa351e (diff) | |
download | NorthstarLauncher-d7d92226bc13710f2387492d893187faf8da738b.tar.gz NorthstarLauncher-d7d92226bc13710f2387492d893187faf8da738b.zip |
fixup command flags better and reformat
Diffstat (limited to 'NorthstarDLL/exploitfixes.cpp')
-rw-r--r-- | NorthstarDLL/exploitfixes.cpp | 2 |
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 |