Exemplo n.º 1
0
 /**
  * Sends the html using the community board window.
  *
  * @param activeChar
  * @param html
  */
 public static void sendCBHtml(L2PcInstance activeChar, String html) {
   sendCBHtml(activeChar, html, "");
 }