Page 1 of 1

where did delCubic() go? Substitute?

Posted: Sun Sep 08, 2013 2:20 am
by kakaini
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:6205M
L2JDP Revision Number:9945

So i was adding a outdated buffer to the newest stuff source, but i got few errors.
viewtopic.php?f=73&t=26928


delCubic has been moved? Removed? has no substitute?

Code: Select all

for (L2CubicInstance cubic : player.getCubics().values())                            {                                cubic.stopAction();                                player.delCubc(cubic.getId());                            }

Re: where did delCubic() go? Substitute?

Posted: Sun Sep 08, 2013 4:38 am
by Konstantinos
player.getCubics().remove(cubic);