Skip to content
Snippets Groups Projects
Commit 5e59ef0c authored by Zoey76's avatar Zoey76
Browse files

BETA: Removing init() abstract method from L2Script.

parent bb1287f5
No related branches found
No related tags found
No related merge requests found
......@@ -57,11 +57,6 @@ public class Listeners extends L2Script
public Listeners(String name, String descr)
{
super(name, descr);
}
@Override
public void init()
{
addLoginLogoutNotify();
addClanCreationLevelUpNotify();
addFortSiegeNotify();
......
......@@ -50,12 +50,6 @@ public final class SkillTransferValidator extends L2Script
setOnEnterWorld(true);
}
@Override
public void init()
{
}
@Override
public String onEnterWorld(L2PcInstance player)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment