mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-05 07:16:22 +00:00
Fixes
This commit is contained in:
@@ -487,7 +487,7 @@ public class B {
|
||||
}
|
||||
|
||||
|
||||
public static String[] getBlockTypes() {
|
||||
public synchronized static String[] getBlockTypes() {
|
||||
KList<String> bt = new KList<>();
|
||||
|
||||
for (Material i : Material.values()) {
|
||||
|
||||
Reference in New Issue
Block a user