Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed Jan 4, 2024
1 parent 11b6d20 commit a4a1508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/mohistmc/forge/ForgeInjectBukkit.java
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public static void addEnumEntity() {
bukkitType.key = key;
EntityType.NAME_MAP.put(entityType.toLowerCase(), bukkitType);
EntityType.ID_MAP.put((short) typeId, bukkitType);
ServerAPI.entityTypeMap.put(entity.getValue(), entityType);
ServerAPI.entityTypeMap.put(entity, entityType);
}
}
}
Expand Down

0 comments on commit a4a1508

Please sign in to comment.