9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2026-01-06 15:51:30 +00:00

remove debug code

This commit is contained in:
CrazyDev22
2024-05-03 21:17:02 +02:00
parent 20b41d65d3
commit 9e6035e7b4

View File

@@ -116,9 +116,7 @@ public interface INMSBinding {
boolean loadDatapack(File datapackFolder, boolean replace);
default boolean registerDimension(String name, IrisDimension dimension) {
return false;
}
boolean registerDimension(String name, IrisDimension dimension);
void injectBukkit();
}