File scripts.cfg is no longer used.

This commit is contained in:
MobiusDev 2018-08-24 11:57:57 +00:00
parent e34441f22b
commit c95f10da30
8 changed files with 16 additions and 24 deletions

View File

@ -69,8 +69,7 @@ public final class QuestManager
}
/**
* Reload all quests and scripts.<br>
* Unload all quests and scripts and load scripts.cfg.
* Unload all quests and scripts and reload them.
*/
public void reloadAllScripts()
{
@ -101,7 +100,7 @@ public final class QuestManager
}
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();

View File

@ -69,8 +69,7 @@ public final class QuestManager
}
/**
* Reload all quests and scripts.<br>
* Unload all quests and scripts and load scripts.cfg.
* Unload all quests and scripts and reload them.
*/
public void reloadAllScripts()
{
@ -101,7 +100,7 @@ public final class QuestManager
}
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();

View File

@ -69,8 +69,7 @@ public final class QuestManager
}
/**
* Reload all quests and scripts.<br>
* Unload all quests and scripts and load scripts.cfg.
* Unload all quests and scripts and reload them.
*/
public void reloadAllScripts()
{
@ -101,7 +100,7 @@ public final class QuestManager
}
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();

View File

@ -69,8 +69,7 @@ public final class QuestManager
}
/**
* Reload all quests and scripts.<br>
* Unload all quests and scripts and load scripts.cfg.
* Unload all quests and scripts and reload them.
*/
public void reloadAllScripts()
{
@ -101,7 +100,7 @@ public final class QuestManager
}
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();

View File

@ -69,8 +69,7 @@ public final class QuestManager
}
/**
* Reload all quests and scripts.<br>
* Unload all quests and scripts and load scripts.cfg.
* Unload all quests and scripts and reload them.
*/
public void reloadAllScripts()
{
@ -101,7 +100,7 @@ public final class QuestManager
}
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();

View File

@ -69,8 +69,7 @@ public final class QuestManager
}
/**
* Reload all quests and scripts.<br>
* Unload all quests and scripts and load scripts.cfg.
* Unload all quests and scripts and reload them.
*/
public void reloadAllScripts()
{
@ -101,7 +100,7 @@ public final class QuestManager
}
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();

View File

@ -69,8 +69,7 @@ public final class QuestManager
}
/**
* Reload all quests and scripts.<br>
* Unload all quests and scripts and load scripts.cfg.
* Unload all quests and scripts and reload them.
*/
public void reloadAllScripts()
{
@ -101,7 +100,7 @@ public final class QuestManager
}
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();

View File

@ -69,8 +69,7 @@ public final class QuestManager
}
/**
* Reload all quests and scripts.<br>
* Unload all quests and scripts and load scripts.cfg.
* Unload all quests and scripts and reload them.
*/
public void reloadAllScripts()
{
@ -101,7 +100,7 @@ public final class QuestManager
}
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();