[DONE] CP Regen Code
Posted: Thu Feb 12, 2015 3:17 am
i was messing up around and saw something kinda weird code in formulas.java calcCpRegen(L2Character cha) and it was
if (cha.isPlayer())
{
// code
}
else
{
// ?? what that part does?
}
whats the logic of that? cuz i dont see
the method itself is just for L2PcInstance and cannot be used by antoher instance so it can be improved as code
if (cha.isPlayer())
{
// code
}
else
{
// ?? what that part does?
}
whats the logic of that? cuz i dont see
the method itself is just for L2PcInstance and cannot be used by antoher instance so it can be improved as code