9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 19:19:07 +00:00

Fix command issues with studio

This commit is contained in:
Daniel Mills
2021-08-10 10:16:33 -04:00
parent 9d983a7c96
commit a0b4450e5b
3 changed files with 6 additions and 6 deletions

View File

@@ -230,7 +230,6 @@ public class IrisEngine extends BlockPopulator implements Engine {
}
}
public void printMetrics(CommandSender sender) {
KMap<String, Double> totals = new KMap<>();
KMap<String, Double> weights = new KMap<>();
@@ -286,7 +285,6 @@ public class IrisEngine extends BlockPopulator implements Engine {
}
}
@Override
public void close() {
J.car(art);