Skip to content

Commit bda2fa0

Browse files
committed
update mappings
1 parent c270b07 commit bda2fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worldedit-bukkit/adapters/adapter-1_21_6/src/main/java/com/sk89q/worldedit/bukkit/adapter/impl/fawe/v1_21_6/PaperweightPlatformAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public final class PaperweightPlatformAdapter extends NMSAdapter {
190190
PAPER_CHUNK_GEN_ALL_ENTITIES.setAccessible(true);
191191
} catch (NoSuchMethodException ignored) {
192192
// Non-Paper
193-
SERVER_LEVEL_ENTITY_MANAGER = ServerLevel.class.getDeclaredField(Refraction.pickName("entityManager", "O"));
193+
SERVER_LEVEL_ENTITY_MANAGER = ServerLevel.class.getDeclaredField(Refraction.pickName("entityManager", "P"));
194194
SERVER_LEVEL_ENTITY_MANAGER.setAccessible(true);
195195
}
196196

0 commit comments

Comments
 (0)