1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-25 11:07:45 +00:00

Fixed Formatting

This commit is contained in:
Biscuit 2018-01-05 09:11:57 +11:00 committed by GitHub
parent 73cc3f3deb
commit 9b3026b4a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: