Removed pointless EffectTickTask tick count variable.

This commit is contained in:
MobiusDevelopment
2020-01-28 15:26:44 +00:00
parent fe05c1cddc
commit 393e53514c
51 changed files with 51 additions and 572 deletions

View File

@@ -271,7 +271,7 @@ public class AdminBuffs implements IAdminCommandHandler
html.append(")");
html.append(!info.isInUse() ? FONT_RED2 : "");
html.append("</td><td>");
html.append(skill.isToggle() ? "T (" + info.getTickCount(effect) + ")" : skill.isPassive() ? "P" : info.getTime() + "s");
html.append(skill.isToggle() ? "T" : skill.isPassive() ? "P" : info.getTime() + "s");
html.append("</td><td><button value=\"X\" action=\"bypass -h admin_stopbuff ");
html.append(target.getObjectId());
html.append(" ");