File scripts.cfg is no longer used.
This commit is contained in:
parent
e34441f22b
commit
c95f10da30
@ -69,8 +69,7 @@ public final class QuestManager
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reload all quests and scripts.<br>
|
* Unload all quests and scripts and reload them.
|
||||||
* Unload all quests and scripts and load scripts.cfg.
|
|
||||||
*/
|
*/
|
||||||
public void reloadAllScripts()
|
public void reloadAllScripts()
|
||||||
{
|
{
|
||||||
@ -101,7 +100,7 @@ public final class QuestManager
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.SEVERE, "Failed loading scripts.cfg, no script going to be loaded!", e);
|
LOGGER.log(Level.SEVERE, "Failed executing script list!", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
getInstance().report();
|
getInstance().report();
|
||||||
|
@ -69,8 +69,7 @@ public final class QuestManager
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reload all quests and scripts.<br>
|
* Unload all quests and scripts and reload them.
|
||||||
* Unload all quests and scripts and load scripts.cfg.
|
|
||||||
*/
|
*/
|
||||||
public void reloadAllScripts()
|
public void reloadAllScripts()
|
||||||
{
|
{
|
||||||
@ -101,7 +100,7 @@ public final class QuestManager
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.SEVERE, "Failed loading scripts.cfg, no script going to be loaded!", e);
|
LOGGER.log(Level.SEVERE, "Failed executing script list!", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
getInstance().report();
|
getInstance().report();
|
||||||
|
@ -69,8 +69,7 @@ public final class QuestManager
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reload all quests and scripts.<br>
|
* Unload all quests and scripts and reload them.
|
||||||
* Unload all quests and scripts and load scripts.cfg.
|
|
||||||
*/
|
*/
|
||||||
public void reloadAllScripts()
|
public void reloadAllScripts()
|
||||||
{
|
{
|
||||||
@ -101,7 +100,7 @@ public final class QuestManager
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.SEVERE, "Failed loading scripts.cfg, no script going to be loaded!", e);
|
LOGGER.log(Level.SEVERE, "Failed executing script list!", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
getInstance().report();
|
getInstance().report();
|
||||||
|
@ -69,8 +69,7 @@ public final class QuestManager
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reload all quests and scripts.<br>
|
* Unload all quests and scripts and reload them.
|
||||||
* Unload all quests and scripts and load scripts.cfg.
|
|
||||||
*/
|
*/
|
||||||
public void reloadAllScripts()
|
public void reloadAllScripts()
|
||||||
{
|
{
|
||||||
@ -101,7 +100,7 @@ public final class QuestManager
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.SEVERE, "Failed loading scripts.cfg, no script going to be loaded!", e);
|
LOGGER.log(Level.SEVERE, "Failed executing script list!", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
getInstance().report();
|
getInstance().report();
|
||||||
|
@ -69,8 +69,7 @@ public final class QuestManager
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reload all quests and scripts.<br>
|
* Unload all quests and scripts and reload them.
|
||||||
* Unload all quests and scripts and load scripts.cfg.
|
|
||||||
*/
|
*/
|
||||||
public void reloadAllScripts()
|
public void reloadAllScripts()
|
||||||
{
|
{
|
||||||
@ -101,7 +100,7 @@ public final class QuestManager
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.SEVERE, "Failed loading scripts.cfg, no script going to be loaded!", e);
|
LOGGER.log(Level.SEVERE, "Failed executing script list!", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
getInstance().report();
|
getInstance().report();
|
||||||
|
@ -69,8 +69,7 @@ public final class QuestManager
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reload all quests and scripts.<br>
|
* Unload all quests and scripts and reload them.
|
||||||
* Unload all quests and scripts and load scripts.cfg.
|
|
||||||
*/
|
*/
|
||||||
public void reloadAllScripts()
|
public void reloadAllScripts()
|
||||||
{
|
{
|
||||||
@ -101,7 +100,7 @@ public final class QuestManager
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.SEVERE, "Failed loading scripts.cfg, no script going to be loaded!", e);
|
LOGGER.log(Level.SEVERE, "Failed executing script list!", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
getInstance().report();
|
getInstance().report();
|
||||||
|
@ -69,8 +69,7 @@ public final class QuestManager
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reload all quests and scripts.<br>
|
* Unload all quests and scripts and reload them.
|
||||||
* Unload all quests and scripts and load scripts.cfg.
|
|
||||||
*/
|
*/
|
||||||
public void reloadAllScripts()
|
public void reloadAllScripts()
|
||||||
{
|
{
|
||||||
@ -101,7 +100,7 @@ public final class QuestManager
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.SEVERE, "Failed loading scripts.cfg, no script going to be loaded!", e);
|
LOGGER.log(Level.SEVERE, "Failed executing script list!", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
getInstance().report();
|
getInstance().report();
|
||||||
|
@ -69,8 +69,7 @@ public final class QuestManager
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reload all quests and scripts.<br>
|
* Unload all quests and scripts and reload them.
|
||||||
* Unload all quests and scripts and load scripts.cfg.
|
|
||||||
*/
|
*/
|
||||||
public void reloadAllScripts()
|
public void reloadAllScripts()
|
||||||
{
|
{
|
||||||
@ -101,7 +100,7 @@ public final class QuestManager
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.SEVERE, "Failed loading scripts.cfg, no script going to be loaded!", e);
|
LOGGER.log(Level.SEVERE, "Failed executing script list!", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
getInstance().report();
|
getInstance().report();
|
||||||
|
Loading…
Reference in New Issue
Block a user