mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-07 03:07:45 +00:00
style
This commit is contained in:
parent
69a8086d7f
commit
fccf3daf95
1 changed files with 1 additions and 1 deletions
|
@ -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
|
// We shouldn't be able to call a player into an instance, only call them out of one
|
||||||
if( player.getCurrentInstance() )
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue