From 8b1e246cc279a1d82c8211172a007663b8a38d3e Mon Sep 17 00:00:00 2001 From: Biscuit Boy Date: Fri, 5 Jan 2018 23:29:09 +1100 Subject: [PATCH] Fixed The Formatting Again Please be the last time --- scripts/native/quest/subquest/gridania/SubFst002.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/native/quest/subquest/gridania/SubFst002.cpp b/scripts/native/quest/subquest/gridania/SubFst002.cpp index 19a21bb4..d17c5d0d 100644 --- a/scripts/native/quest/subquest/gridania/SubFst002.cpp +++ b/scripts/native/quest/subquest/gridania/SubFst002.cpp @@ -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: