mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-24 03:05:56 +01:00
Fixed improper d field reflection in WorldBorder SD-3861
This commit is contained in:
parent
0b20a3669a
commit
b7958e3af2
@ -1,12 +1,12 @@
|
|||||||
package com.songoda.skyblock.utils.world;
|
package com.songoda.skyblock.utils.world;
|
||||||
|
|
||||||
import com.songoda.skyblock.utils.version.NMSUtil;
|
import java.lang.reflect.Constructor;
|
||||||
|
import java.lang.reflect.Method;
|
||||||
|
|
||||||
import org.bukkit.Location;
|
import org.bukkit.Location;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
|
||||||
import java.lang.reflect.Constructor;
|
import com.songoda.skyblock.utils.version.NMSUtil;
|
||||||
import java.lang.reflect.Field;
|
|
||||||
import java.lang.reflect.Method;
|
|
||||||
|
|
||||||
public final class WorldBorder {
|
public final class WorldBorder {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user