Deleted useless <br> from QuestLink.
Source L2J Ertheia branch:
91b1324a2b
This commit is contained in:
@@ -142,7 +142,7 @@ public class QuestLink implements IBypassHandler
|
|||||||
|
|
||||||
StringUtil.append(sb, "<fstring>", String.valueOf(questId), state, "</fstring>");
|
StringUtil.append(sb, "<fstring>", String.valueOf(questId), state, "</fstring>");
|
||||||
}
|
}
|
||||||
sb.append("</button></font><br>");
|
sb.append("</button></font>");
|
||||||
}
|
}
|
||||||
sb.append("</body></html>");
|
sb.append("</body></html>");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user