where did delCubic() go? Substitute?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
kakaini
Posts: 6
Joined: Sat Aug 31, 2013 5:03 pm

where did delCubic() go? Substitute?

Post 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());                            }
User avatar
Konstantinos
Posts: 501
Joined: Wed Feb 08, 2012 12:19 pm

Re: where did delCubic() go? Substitute?

Post by Konstantinos »

player.getCubics().remove(cubic);
Post Reply