Fixed spelling errors of "Receive" in the NetMsg VScript singleton

This commit is contained in:
Blixibon
2021-03-14 13:48:21 -05:00
parent fb30f64d30
commit 4884d02481
3 changed files with 11 additions and 10 deletions

View File

@@ -335,7 +335,7 @@ void ReadUsercmd( bf_read *buf, CUserCmd *move, CUserCmd *from )
#if defined( MAPBASE_VSCRIPT ) && defined( GAME_DLL )
if ( buf->ReadOneBit() )
{
g_ScriptNetMsg->RecieveMessage( buf, pPlayer );
g_ScriptNetMsg->ReceiveMessage( buf, pPlayer );
}
#endif