1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-01 16:37:45 +00:00
This commit is contained in:
Mordred 2019-03-31 23:53:44 +02:00
parent 8d1b25eaa1
commit 7465466bcd

View file

@ -394,7 +394,7 @@ uint16_t Sapphire::QuestBattle::getCurrentBGM() const
bool Sapphire::QuestBattle::bindPlayer( uint32_t playerId ) bool Sapphire::QuestBattle::bindPlayer( uint32_t playerId )
{ {
// if player already bound, return false // if player already bound, return false
if( m_boundPlayerId != 0) if( m_boundPlayerId != 0 )
return false; return false;
m_boundPlayerId = playerId; m_boundPlayerId = playerId;