Skip to content

Commit

Permalink
S2 Sample: fix Hook_ClientPutInServer message formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
etojuice authored and psychonic committed Dec 11, 2023
1 parent 31eff17 commit 62f21ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/s2_sample_mm/sample_mm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
{
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 )
Expand Down

0 comments on commit 62f21ea

Please sign in to comment.