1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-30 08:07:46 +00:00

Fixed The Formatting Again

Please be the last time
This commit is contained in:
Biscuit Boy 2018-01-05 23:29:09 +11:00
parent f71b5ab7f3
commit 8b1e246cc2

View file

@ -28,7 +28,7 @@ private:
}
};
player.eventPlay ( getId (), 0, NONE, callback );
player.eventPlay( getId (), 0, NONE, callback );
}
void Scene00001(Entity::Player& player)
@ -37,12 +37,12 @@ private:
{
if( param2 == 1 ) // finish quest
{
if(player.giveQuestRewards( getId(), 0 ) )
if( player.giveQuestRewards( getId(), 0 ) )
player.finishQuest( getId() );
}
};
player.eventPlay ( getId (), 1, NONE, callback );
player.eventPlay( getId (), 1, NONE, callback );
}
public: