mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-28 10:24:20 +01:00
S2 Sample: fix Hook_ClientPutInServer message formatting
This commit is contained in:
parent
31eff17e47
commit
62f21ea058
@ -142,7 +142,7 @@ bool SamplePlugin::Hook_ClientConnect( CPlayerSlot slot, const char *pszName, ui
|
|||||||
|
|
||||||
void SamplePlugin::Hook_ClientPutInServer( CPlayerSlot slot, char const *pszName, int type, uint64 xuid )
|
void SamplePlugin::Hook_ClientPutInServer( CPlayerSlot slot, char const *pszName, int type, uint64 xuid )
|
||||||
{
|
{
|
||||||
META_CONPRINTF( "Hook_ClientPutInServer(%d, \"%s\", %d, %d, %d)\n", slot, pszName, type, xuid );
|
META_CONPRINTF( "Hook_ClientPutInServer(%d, \"%s\", %d, %d)\n", slot, pszName, type, xuid );
|
||||||
}
|
}
|
||||||
|
|
||||||
void SamplePlugin::Hook_ClientDisconnect( CPlayerSlot slot, ENetworkDisconnectionReason reason, const char *pszName, uint64 xuid, const char *pszNetworkID )
|
void SamplePlugin::Hook_ClientDisconnect( CPlayerSlot slot, ENetworkDisconnectionReason reason, const char *pszName, uint64 xuid, const char *pszNetworkID )
|
||||||
|
Loading…
Reference in New Issue
Block a user