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

Merge remote-tracking branch 'origin/party_crap' into party_crap

This commit is contained in:
Maru 2018-03-09 09:50:55 -03:00
commit 5a41d3cfc2
2 changed files with 2 additions and 2 deletions

View file

@ -52,4 +52,4 @@ bool Core::Social::SocialMgr< T >::hasInvite( uint64_t playerId ) const
return true; return true;
} }
return false; return false;
} }

View file

@ -73,4 +73,4 @@ private:
} }
}; };
#endif /* ! _SOCIALMGR_H */ #endif /* ! _SOCIALMGR_H */