mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 05:37:45 +00:00
parent
871cfbb4fa
commit
10411b91c8
1 changed files with 2 additions and 2 deletions
|
@ -493,7 +493,7 @@ void Core::Network::GameConnection::chatHandler( const Packets::GamePacket& inPa
|
||||||
|
|
||||||
uint32_t sourceId = inPacket.getValAt< uint32_t >( 0x24 );
|
uint32_t sourceId = inPacket.getValAt< uint32_t >( 0x24 );
|
||||||
|
|
||||||
if( chatString.at( 0 ) == '@' )
|
if( chatString.at( 0 ) == '!' )
|
||||||
{
|
{
|
||||||
// execute game console command
|
// execute game console command
|
||||||
g_gameCommandMgr.execCommand( const_cast< char * >( chatString.c_str() ) + 1, pPlayer );
|
g_gameCommandMgr.execCommand( const_cast< char * >( chatString.c_str() ) + 1, pPlayer );
|
||||||
|
|
Loading…
Add table
Reference in a new issue