FIXME removals

This commit is contained in:
Sebastian Hartte
2020-06-22 11:35:52 +02:00
parent 195cbecdb3
commit 45dd8930d3
17 changed files with 48 additions and 106 deletions
@@ -51,7 +51,7 @@ public class GuiSkyChest extends AEBaseGui<ContainerSkyChest> {
@Override
protected boolean enableSpaceClicking() {
// FIXME return !Integrations.invTweaks().isEnabled();
// NOTE: previously checked for inventory tweaks mod (which no longer exists)
return true;
}
}