mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-14 06:14:45 +01:00
Just delete old code (#108)
* Avoid trigger quest * Update BuyGoodsCsReqOuterClass.java * Cleanup code
This commit is contained in:
@@ -256,11 +256,6 @@ public class ResourceLoader {
|
|||||||
GroupInfo group = gson.fromJson(reader, GroupInfo.class);
|
GroupInfo group = gson.fromJson(reader, GroupInfo.class);
|
||||||
group.setId(simpleGroup.getID());
|
group.setId(simpleGroup.getID());
|
||||||
|
|
||||||
// Hacky way to load only groups that arent required for main missions
|
|
||||||
if (group.getOwnerMainMissionID() > 0 && group.getOwnerMainMissionID() < 2000000) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Load groups into the floor info
|
// Load groups into the floor info
|
||||||
floor.getGroupList().add(group);
|
floor.getGroupList().add(group);
|
||||||
floor.getGroups().put(simpleGroup.getID(), group);
|
floor.getGroups().put(simpleGroup.getID(), group);
|
||||||
|
|||||||
Reference in New Issue
Block a user