Dropped faenor script support.
This commit is contained in:
@@ -18,14 +18,11 @@ package com.l2jmobius.gameserver.script;
|
||||
|
||||
import java.util.Hashtable;
|
||||
|
||||
import com.l2jmobius.gameserver.script.faenor.FaenorInterface;
|
||||
|
||||
/**
|
||||
* @author Luis Arias
|
||||
*/
|
||||
public class ScriptEngine
|
||||
{
|
||||
protected EngineInterface _utils = FaenorInterface.getInstance();
|
||||
public static final Hashtable<String, ParserFactory> parserFactories = new Hashtable<>();
|
||||
|
||||
protected static Parser createParser(String name) throws ParserNotCreatedException
|
||||
|
Reference in New Issue
Block a user