Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ Authorize_Post
Method
Authorize_Post
core/PlayerManager.cpp:2451–2457 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2449
}
2450
2451
void CPlayer::Authorize_Post()
2452
{
2453
if (m_IsInGame)
2454
{
2455
DoPostConnectAuthorization();
2456
}
2457
}
2458
2459
void CPlayer::DoPostConnectAuthorization()
2460
{
Callers
2
RunAuthChecks
Method · 0.80
OnClientPutInServer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected