From 7ee20730fa62315d5b957a741cefca9414b77f92 Mon Sep 17 00:00:00 2001 From: NotAdam Date: Tue, 10 Jul 2018 20:25:08 +1000 Subject: [PATCH] style --- .../sapphire_zone/Network/Handlers/GMCommandHandlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/servers/sapphire_zone/Network/Handlers/GMCommandHandlers.cpp b/src/servers/sapphire_zone/Network/Handlers/GMCommandHandlers.cpp index 23687b2d..4a583bc6 100644 --- a/src/servers/sapphire_zone/Network/Handlers/GMCommandHandlers.cpp +++ b/src/servers/sapphire_zone/Network/Handlers/GMCommandHandlers.cpp @@ -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; }