1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-01 00:27:44 +00:00

Build fix

This commit is contained in:
Mordred 2018-09-19 23:26:36 +02:00
parent f7d2bb813a
commit c0f873dce1

View file

@ -82,7 +82,7 @@ void Core::Network::GameConnection::cfRegisterDuty( const Packets::FFXIVARR_PACK
return;
auto pInstance = instance->getAsInstanceContent();
a pInstance->bindPlayer( player.getId() );
pInstance->bindPlayer( player.getId() );
player.sendDebug( "Created instance with id: " + std::to_string( instance->getGuId() ) );