mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 22:17:45 +00:00
remove a 2nd space in //gm gil output
This commit is contained in:
parent
e114e9dab9
commit
50121bf86b
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ void Core::Network::GameConnection::gm1Handler( const Packets::FFXIVARR_PACKET_R
|
|||
case GmCommand::Gil:
|
||||
{
|
||||
targetPlayer->addCurrency( CurrencyType::Gil, param1 );
|
||||
player.sendNotice( "Added " + std::to_string( param1 ) + " Gil for " + targetPlayer->getName() );
|
||||
player.sendNotice( "Added " + std::to_string( param1 ) + " Gil for " + targetPlayer->getName() );
|
||||
break;
|
||||
}
|
||||
case GmCommand::Collect:
|
||||
|
|
Loading…
Add table
Reference in a new issue