Dropped Classic support.
This commit is contained in:
@ -25,7 +25,6 @@ import java.util.logging.Level;
|
||||
import org.w3c.dom.Document;
|
||||
import org.w3c.dom.Node;
|
||||
|
||||
import com.l2jserver.Config;
|
||||
import com.l2jserver.gameserver.model.items.instance.L2ItemInstance;
|
||||
import com.l2jserver.gameserver.model.options.EnchantOptions;
|
||||
import com.l2jserver.gameserver.util.Util;
|
||||
@ -47,12 +46,6 @@ public class EnchantItemOptionsData implements IXmlReader
|
||||
public synchronized void load()
|
||||
{
|
||||
_data.clear();
|
||||
|
||||
if (Config.SERVER_CLASSIC_SUPPORT)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
parseDatapackFile("enchantItemOptions.xml");
|
||||
}
|
||||
|
||||
|
@ -26,7 +26,6 @@ import java.util.logging.Level;
|
||||
import org.w3c.dom.Document;
|
||||
import org.w3c.dom.Node;
|
||||
|
||||
import com.l2jserver.Config;
|
||||
import com.l2jserver.util.data.xml.IXmlReader;
|
||||
|
||||
/**
|
||||
@ -103,10 +102,6 @@ public class SecondaryAuthData implements IXmlReader
|
||||
|
||||
public boolean isEnabled()
|
||||
{
|
||||
if (Config.SERVER_CLASSIC_SUPPORT)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return _enabled;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user