mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-21 03:15:59 +01:00
Do not unload groups asked for by quests (#2212)
This commit is contained in:
@@ -25,6 +25,7 @@ public class ExecRefreshGroupSuite extends QuestExecHandler {
|
||||
if (!scriptManager.refreshGroupSuite(groupId, suiteId, quest)) {
|
||||
result = false;
|
||||
}
|
||||
scriptManager.getGroupById(groupId).dontUnload = true;
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user