mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37:45 +00:00
Fixed a Typo From HP Command saying TP Instead
Fixed a Typo from HP GM Command saying TP was set Instead of HP
This commit is contained in:
parent
092896a047
commit
deed3296b5
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ void Core::Network::GameConnection::gm1Handler( Core::Network::Packets::GamePack
|
||||||
case GmCommand::Hp:
|
case GmCommand::Hp:
|
||||||
{
|
{
|
||||||
targetPlayer->setHp( param1 );
|
targetPlayer->setHp( param1 );
|
||||||
pPlayer->sendNotice( "Tp for " + targetPlayer->getName() + " was set to " + std::to_string( param1 ) );
|
pPlayer->sendNotice( "Hp for " + targetPlayer->getName() + " was set to " + std::to_string( param1 ) );
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case GmCommand::Mp:
|
case GmCommand::Mp:
|
||||||
|
|
Loading…
Add table
Reference in a new issue