mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 00:27:44 +00:00
Build fix
This commit is contained in:
parent
f7d2bb813a
commit
c0f873dce1
1 changed files with 1 additions and 1 deletions
|
@ -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() ) );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue