Print security level
This commit is contained in:
parent
33d493b502
commit
69e72430e6
@ -324,7 +324,7 @@ namespace Components
|
|||||||
if (userLevel >= ourLevel)
|
if (userLevel >= ourLevel)
|
||||||
{
|
{
|
||||||
info->state = Auth::STATE_VALID;
|
info->state = Auth::STATE_VALID;
|
||||||
Logger::Print("Verified XUID %llX from %s\n", client->steamid, address.GetString());
|
Logger::Print("Verified XUID %llX (%d) from %s\n", client->steamid, userLevel, address.GetString());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -182,7 +182,10 @@ namespace Components
|
|||||||
// intro stuff
|
// intro stuff
|
||||||
Utils::Hook::Nop(0x60BEE9, 5); // Don't show legals
|
Utils::Hook::Nop(0x60BEE9, 5); // Don't show legals
|
||||||
Utils::Hook::Set<char*>(0x60BED2, "unskippablecinematic IW_logo\n");
|
Utils::Hook::Set<char*>(0x60BED2, "unskippablecinematic IW_logo\n");
|
||||||
//Utils::Hook::Nop(0x60BEF6, 5); // Don't reset intro dvar
|
|
||||||
|
#ifndef DEBUG
|
||||||
|
Utils::Hook::Nop(0x60BEF6, 5); // Don't reset intro dvar
|
||||||
|
#endif
|
||||||
|
|
||||||
Utils::Hook(0x4D4007, QuickPatch::ShutdownStub, HOOK_CALL).Install()->Quick();
|
Utils::Hook(0x4D4007, QuickPatch::ShutdownStub, HOOK_CALL).Install()->Quick();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user