forked from Upstream/mmocore
Fixed mistake with quest objectives
This commit is contained in:
parent
4e23aec373
commit
2709dbc138
@ -82,10 +82,10 @@ public class DefaultMMOLoader implements MMOLoader {
|
|||||||
if (config.getKey().equals("goto"))
|
if (config.getKey().equals("goto"))
|
||||||
return new GoToObjective(section, config);
|
return new GoToObjective(section, config);
|
||||||
|
|
||||||
if (config.getKey().equals("mine"))
|
if (config.getKey().equals("mineblock"))
|
||||||
return new MineBlockObjective(section, config);
|
return new MineBlockObjective(section, config);
|
||||||
|
|
||||||
if (config.getKey().equals("kill"))
|
if (config.getKey().equals("killmob"))
|
||||||
return new KillMobObjective(section, config);
|
return new KillMobObjective(section, config);
|
||||||
|
|
||||||
if (config.getKey().equals("clickon"))
|
if (config.getKey().equals("clickon"))
|
||||||
|
Loading…
Reference in New Issue
Block a user