mirror of
https://github.com/PikaMug/Quests.git
synced 2025-02-27 09:51:20 +01:00
Include share-distance option at quest load time
This commit is contained in:
parent
9355df58f3
commit
f7b34dcac0
@ -285,6 +285,7 @@ public class QuestFactory implements ConversationAbandonedListener {
|
||||
context.setSessionData(CK.OPT_USE_DUNGEONSXL_PLUGIN, opt.canUseDungeonsXLPlugin());
|
||||
context.setSessionData(CK.OPT_USE_PARTIES_PLUGIN, opt.canUsePartiesPlugin());
|
||||
context.setSessionData(CK.OPT_SHARE_PROGRESS_LEVEL, opt.getShareProgressLevel());
|
||||
context.setSessionData(CK.OPT_SHARE_DISTANCE, opt.getShareDistance());
|
||||
context.setSessionData(CK.OPT_SHARE_SAME_QUEST_ONLY, opt.canShareSameQuestOnly());
|
||||
// Stages (Objectives)
|
||||
int index = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user