mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-28 03:29:06 +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