mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
fick linux build;
This commit is contained in:
parent
99e2fb117e
commit
87a92eed4d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ namespace Sapphire::World::Manager
|
|||
template < auto AchievementType >
|
||||
void progressAchievementByType( Entity::Player& player, int32_t argument, uint32_t progressCount = 1 )
|
||||
{
|
||||
progressAchievement< decltype( AchievementType ), AchievementType >( std::move( player ), argument, progressCount );
|
||||
progressAchievement< decltype( AchievementType ), AchievementType >( player, argument, progressCount );
|
||||
}
|
||||
|
||||
bool hasAchievementUnlocked( Entity::Player& player, uint32_t achievementId );
|
||||
|
|
Loading…
Add table
Reference in a new issue