Fixes multiple quest complete with multiplayer level 4

This commit is contained in:
AlessioDP 2019-11-13 12:35:32 +01:00
parent 2bbae892ec
commit 99597698b1
No known key found for this signature in database
GPG Key ID: B92B813840FFCC9F

View File

@ -745,10 +745,12 @@ public class Quest {
if (opts.getShareProgressLevel() == 4) {
List<Quester> mq = q.getMultiplayerQuesters(this);
for (Quester qq : mq) {
if (qq.getQuestData(this) != null) {
completeQuest(qq);
}
}
}
}
/**
* Force player to quit quest and inform them of their failure