mirror of
https://github.com/PikaMug/Quests.git
synced 2024-12-19 15:48:10 +01:00
Fixes multiple quest complete with multiplayer level 4
This commit is contained in:
parent
2bbae892ec
commit
99597698b1
@ -745,10 +745,12 @@ public class Quest {
|
|||||||
if (opts.getShareProgressLevel() == 4) {
|
if (opts.getShareProgressLevel() == 4) {
|
||||||
List<Quester> mq = q.getMultiplayerQuesters(this);
|
List<Quester> mq = q.getMultiplayerQuesters(this);
|
||||||
for (Quester qq : mq) {
|
for (Quester qq : mq) {
|
||||||
|
if (qq.getQuestData(this) != null) {
|
||||||
completeQuest(qq);
|
completeQuest(qq);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Force player to quit quest and inform them of their failure
|
* Force player to quit quest and inform them of their failure
|
||||||
|
Loading…
Reference in New Issue
Block a user