mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +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);
|
areaLazyField.setAccessible(true);
|
||||||
Method initAreaFactoryMethod = Layers.class.getDeclaredMethod(
|
Method initAreaFactoryMethod = Layers.class.getDeclaredMethod(
|
||||||
Refraction.pickName("getDefaultLayer", "a"),
|
Refraction.pickName("getDefaultLayer", "a"),
|
||||||
long.class,
|
|
||||||
boolean.class,
|
boolean.class,
|
||||||
int.class,
|
int.class,
|
||||||
int.class
|
int.class,
|
||||||
|
LongFunction.class
|
||||||
);
|
);
|
||||||
initAreaFactoryMethod.setAccessible(true);
|
initAreaFactoryMethod.setAccessible(true);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user