1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-03 17:27:47 +00:00
This commit is contained in:
NotAdam 2018-07-10 20:25:08 +10:00
parent 69a8086d7f
commit fccf3daf95

View file

@ -554,7 +554,7 @@ void Core::Network::GameConnection::gm2Handler( const Packets::FFXIVARR_PACKET_R
// We shouldn't be able to call a player into an instance, only call them out of one
if( player.getCurrentInstance() )
{
player.sendUrgent("You are unable to call a player while bound to a battle instance.");
player.sendUrgent( "You are unable to call a player while bound to a battle instance." );
return;
}