[Classic] Disabled SecondaryAuthData.
This commit is contained in:
parent
6198fee08e
commit
673aa84ebe
@ -26,6 +26,7 @@ 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;
|
||||
|
||||
/**
|
||||
@ -102,6 +103,10 @@ public class SecondaryAuthData implements IXmlReader
|
||||
|
||||
public boolean isEnabled()
|
||||
{
|
||||
if (Config.SERVER_CLASSIC_SUPPORT)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return _enabled;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user