Always send html after heal or not.

This commit is contained in:
MobiusDev 2016-12-31 20:36:24 +00:00
parent df61080e8d
commit 20e92e9522

View File

@ -235,8 +235,8 @@ public final class HomeBoard implements IParseBoardHandler
summon.setCurrentCp(summon.getMaxCp()); summon.setCurrentCp(summon.getMaxCp());
} }
activeChar.sendMessage("You used heal!"); activeChar.sendMessage("You used heal!");
CommunityBoardHandler.separateAndSend(HtmCache.getInstance().getHtm(activeChar.getHtmlPrefix(), "data/html/CommunityBoard/Custom/" + page + ".html"), activeChar);
} }
CommunityBoardHandler.separateAndSend(HtmCache.getInstance().getHtm(activeChar.getHtmlPrefix(), "data/html/CommunityBoard/Custom/" + page + ".html"), activeChar);
} }
return false; return false;
} }