mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-04 20:06:06 +00:00
Fix incorrect method params
This commit is contained in:
parent
252abf862b
commit
4ee61a93c8
@ -465,10 +465,10 @@ public class PaperweightRegen extends Regenerator<ChunkAccess, ProtoChunk, Level
|
||||
areaLazyField.setAccessible(true);
|
||||
Method initAreaFactoryMethod = Layers.class.getDeclaredMethod(
|
||||
Refraction.pickName("getDefaultLayer", "a"),
|
||||
long.class,
|
||||
boolean.class,
|
||||
int.class,
|
||||
int.class
|
||||
int.class,
|
||||
LongFunction.class
|
||||
);
|
||||
initAreaFactoryMethod.setAccessible(true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user