Merge branch 'master' of https://github.com/ronancpl/HeavenMS into credits_update
This commit is contained in:
@@ -38,7 +38,6 @@ function start(mode, type, selection) {
|
||||
em = qm.getEventManager("BalrogQuest");
|
||||
if (em == null) {
|
||||
qm.sendOk("Sorry, but the BalrogQuest is closed.");
|
||||
qm.dispose();
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -47,8 +46,9 @@ function start(mode, type, selection) {
|
||||
qm.sendOk("There is currently someone in this map, come back later.");
|
||||
} else {
|
||||
qm.forceStartQuest();
|
||||
qm.dispose();
|
||||
}
|
||||
|
||||
} else if (status == 1) {
|
||||
qm.dispose();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user