Minor code format change.

This commit is contained in:
MobiusDev
2017-09-17 20:18:07 +00:00
parent 94fb6ce34a
commit 411e7e94cb

View File

@@ -3327,7 +3327,7 @@ public class Quest extends AbstractScript implements IIdentifiable
*/ */
public void addFactionLevel(Faction faction, int factionLevel, String html) public void addFactionLevel(Faction faction, int factionLevel, String html)
{ {
addCondStart(p -> (p.getFactionLevel(faction)) > factionLevel, html); addCondStart(p -> p.getFactionLevel(faction) > factionLevel, html);
} }
public void onQuestAborted(L2PcInstance player) public void onQuestAborted(L2PcInstance player)