Skip to content

Commit

Permalink
Just delete old code (#108)
Browse files Browse the repository at this point in the history
* Avoid trigger quest

* Update BuyGoodsCsReqOuterClass.java

* Cleanup code
  • Loading branch information
imHaruuu authored Oct 3, 2024
1 parent a1e9bdd commit e292581
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/emu/lunarcore/data/ResourceLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,6 @@ private static void loadFloorInfos() {
GroupInfo group = gson.fromJson(reader, GroupInfo.class);
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
floor.getGroupList().add(group);
floor.getGroups().put(simpleGroup.getID(), group);
Expand Down

0 comments on commit e292581

Please sign in to comment.